@charset "utf-8";

/* CSS Document */

::selection {background:#000;color:#fff;}

::-moz-selection {background:#000;color:#fff;}

::-webkit-selection {background:#000;color:#fff;}

*{font-family: "微软雅黑";}u{ text-decoration:none;}
#solid ul li a img{width:100%;height:100%:}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,td,tr,div,table,p,blockquote{padding:0;margin:0;color:#040000;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal;}

strong{font-style:normal;}

ol,ul{list-style:none;}

caption{text-align:left;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}

q:before,q:after{content:'';}

abbr,acronym{border:0;}

a{outline:expression(this.hideFocus=true);outline:none;cursor:pointer;text-decoration:none;color:#666;}

a:hover{color:#C00;}

input,button,select,textarea{outline:none}

.clear{zoom:1;clear:both; height:0; line-height:0; font-size:0;}

.contxt{background:#adadad; border:1px solid #adadad; padding:5px; line-height:30px; color:#fff; font-family:"微软雅黑"; font-size:14px; width:495px;}

.contxt2{background:#adadad; border:1px solid #adadad; padding:5px; line-height:30px; color:#fff; font-family:"微软雅黑"; font-size:14px; width:690px;}

.btn{padding:5px 10px; border:1px solid #CCC; background:#0074e1; color:#fff; font-family:"微软雅黑";}

ol, ul, li,
table,tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body{cursor:default;-webkit-text-size-adjust:none;font-size:14px;font-family:Arial;background:#FFF;}

#page { text-align: center; margin:30px 0; }

#page a, #page span { padding: 2px 10px; display: inline-block; border: 1px solid #cecece; border-radius: 5px; margin: 0 2px; color: #898989; font-size: 18px; font-family:"微软雅黑"; font-weight:bold; }

#page a:hover, #page .current { background-color: #980b0b; color: #fff; border: 1px solid #980b0b; }






.main{position:relative; width:1100px; margin:0 auto; clear:both;}




/*头部*/

.head{height:30px; border-bottom:1px solid #CCC; background:#f5f5f5; line-height:30px; width:100%; min-width:1100px;clear:both;}

.hl{float:left; width:45%;}

.hr{float:right; width:40%; text-align:right;}

.hr a{ margin:0 5px;}

.hr .wx{ position:relative;z-index:10;height:30px;}

.hr .wx .title{ position:absolute; top:15px; left:-30px; z-index:10 ; display:none;}

.top{height:100px; width:100%; min-width:1100px;overflow:hidden;clear:both;}

.logo{width:600px; float:left; margin:25px 0 0 0;}

.phone{width:230px; float:right; margin:30px 0 0 0;}

/*导航*/

.menu{ height:56px; line-height:56px; background:#4f4f4f; border-bottom:1px solid #303030; width:100%; min-width:1100px;}

.lava_no_image{height:56px;line-height:56px;}

.lava_no_image li{display:inline-block;position:relative;}

.lava_no_image li a{font-weight:bold;line-height:56px; height:56px; color:#fff; font-size:14px; font-family:"微软雅黑"; margin:0 23px; text-decoration:none;}

.lava_no_image li a:hover{text-decoration:none; color:#fff;}

.lava_no_image li.back{height:56px; background:#980b0b;}

.lava_no_image li ul{
display: none;

}

.lava_no_image li:hover a {
color:#fff;
}

.lava_no_image li:hover ul {
display:block;
position:absolute;
top:55px;
left:0;
z-index: 999;
}

.lava_no_image li:hover ul li {
background:#980b0b;
border-top: 0.5px #303030 solid;
width: 100%;
text-align: center;

}

.lava_no_image li:hover ul li a {
display:block;
color:#fff;
margin: auto 15px;
}

.lava_no_image li:hover ul li a:hover {
color:#fff;
}



/*首页banner*/

.full_banner{ width:100%; min-width:1100px;position:relative;height:470px;overflow:hidden;}

.full_banner .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}

.full_banner .bd ul{width:100% !important;}

.full_banner .bd li{width:100% !important;float:left;height:456px;overflow:hidden;text-align:center;}

.full_banner .bd li a{ display:block;height:456px;}

.full_banner .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;text-align:center;}

.full_banner .hd ul{text-align:center;padding-top:5px;}

.full_banner .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:13px;height:12px;margin:5px;background:url(../style/ias_co-out.png);overflow:hidden;line-height:9999px;}

.full_banner .hd ul .on{background:url(../style/ias_co-on.png)}


/*分站首页*/
.service{width: 100%; padding: 50px 0; background: #f8f8f8; overflow: hidden;}
.index-title{ text-align: center; font-size: 40px; font-weight: bold; color: #333; padding-bottom: 20px; background: url(../images/textline.png) no-repeat bottom center;}
.index-intro{ width: 1000px; margin: 20px auto 0; text-align: center; color: #999; font-size: 15px; line-height: 26px;}
.service-con{ width: 1200px; margin-top: 50px;}
.service-con li{opacity: 0; transform: translate3d(0,50px,0);transition: all .5s; width: 240px; float: left; height: 300px; text-align: center;}
.service-con.active li{ opacity: 1; transform: translate3d(0,0,0);}
.service-con li:nth-child(2){transition-delay: .1s;}
.service-con li:nth-child(3){transition-delay: .2s;}
.service-con li:nth-child(4){transition-delay: .3s;}
.service-con li:nth-child(5){transition-delay: .4s;}
.service-con .img{ width: 165px; height: 165px; margin: 0 auto; overflow: hidden; position: relative;}
.service-con .img img{ width: 100%; height: 100%;}
.service-con .img .service-icon{ position: absolute; left: 0; top: 0;  transition:all .3s;}
.service-con .img .service-icon-h{ position: absolute; left: 0; top:-100%; transition:all .3s;}
.service-con li a:hover .service-icon-h{ top:0;} 
.service-con li a:hover .service-icon{top:100%; }


.service-con li a.rmore{
margin:0px auto;display:block;
width: 85px;height:auto;
border:1px solid #ccc;padding:5px 8px;border-radius:5px;
margin-top: 22px;}

.service-con li a.rmore span{display:inline-block;margin:2px 5px}
.service-con li a.rmore img{vertical-align:middle;}

.service-con .name{font-size: 22px;  margin-top: 20px;}
.service-con .desc{font-size: 12px; color: #666; margin-top: 15px; line-height: 20px; height: 60px;  width: 200px; margin-left: 20px; overflow: hidden;}

.adverbg{ width: 100%; height: 560px; margin-top: 50px; background: url(../images/adbg.jpg) no-repeat center; overflow: hidden;}
.adver{ width: 1200px; margin: 50px auto 0;}
.adver-con{ width: 1100px; height: auto; margin: 50px auto 0; overflow: hidden;}
.adver-con li{ float: left; margin-left: 20px; margin-bottom: 20px; }
.adver-con li a{width: 246px; height: 146px; display: block;  background: #4996ea; border: 2px solid #fff;box-shadow: 1px 2px 8px #2B4873;}
.adver-con-pic{ width: 180px; height: 84px; margin: 5px auto;}
.adver-con-pic-img{background: none;}
.adver-con .name{ color: #fff; font-size: 28px; text-align: center;}
.adver-con li a:hover{ background: #fff; border: 2px solid #1d6abe;}
.adver-con li a:hover .name{ color: #1d6abe;}

.adver-con.active li{ opacity: 1; transform: translate3d(0,0,0);}

.custombg{height: 532px; margin-top: 50px; background: url(../images/bg_kehu.jpg) no-repeat center; overflow: hidden;}
.custom{ width: 1220px; height: auto; margin: 50px auto 0;}
.custom-con{ margin: 40px auto 0;}
.custom-con li{ float: left; margin: 3px; opacity: 0; margin-top: 30px; transition: all .5s;}
.custom-con .pic{ width: 194px; height: 96px; border: 1px solid #e1e1e1; margin: 0 auto; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; transition: all 0.5s; }
.custom-con .pic img{width: 100%; height: 100%;}
.custom-con li .pic:hover  {transform: scale(1.2); box-shadow: 0 0 10px rgba(0,0,0,.2); }
.custom-con.active li {opacity:1; margin-top: 3px;}
.custom-con li:nth-child(7),.custom-con li:nth-child(8),.custom-con li:nth-child(9),.custom-con li:nth-child(10),.custom-con li:nth-child(11),.custom-con li:nth-child(12){transition-delay: .2s;}
.custom-con li:nth-child(13),.custom-con li:nth-child(14),.custom-con li:nth-child(15),.custom-con li:nth-child(16),.custom-con li:nth-child(17),.custom-con li:nth-child(18){transition-delay: .4s;}

.case{background: #f8f8f8; padding: 50px 0; overflow: hidden;}
.case-bd { width: 1200px; margin: 20px auto 0;}
.case-bd ul { margin-left: -20px; }
.case-bd li { width: 285px; float: left; margin: 20px 0 0 20px; overflow: hidden;}
.case-bd li .img { width: 285px; height: 214px; overflow: hidden; }
.case-bd li .img img { width: 100%; height: 100%; transition: all .4s; }
.case-bd li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case-bd li .des{margin-top: 6px; font-size: 12px; color: #888; line-height: 20px; height: 40px; text-align: center; overflow: hidden; }
.case-bd li:hover .img img { transform: scale(1.2); }

.case-bd2 { width: 1200px; margin: 20px auto 0;}
.case-bd2 ul { margin-left: -40px; }
.case-bd2 li { width: 270px; float: left; margin: 20px 0 0 40px; overflow: hidden; opacity: 0; transition: all .5s; transform: scale(0);}
.case-bd2 li .img { width: 270px; height: 340px; overflow: hidden; }
.case-bd2 li .img img { width: 100%; height: 100%; transition: all .4s; }
.case-bd2 li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case-bd2 li .des{margin-top: 6px; font-size: 12px; color: #888; line-height: 20px; height: 40px; text-align: center; overflow: hidden; }
.case-bd2 li:hover .img img { transform: scale(1.2); }
.case-bd2.active li{opacity:1; transform: scale(1);}
.case-bd2 li:nth-child(5),.case-bd2 li:nth-child(6),.case-bd2 li:nth-child(7),.case-bd2 li:nth-child(8){transition-delay: .2s;}

.case-bd3 { width: 1200px; margin: 20px auto 0;}
.case-bd3 ul { margin-left: -40px; }
.case-bd3 li { width: 270px; float: left; margin: 20px 0 0 40px; overflow: hidden; }
.case-bd3 li .img { width: 270px; height: 340px; overflow: hidden; }
.case-bd3 li .img img { width: 100%; height: 100%; transition: all .4s; }
.case-bd3 li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case-bd3 li .des{margin-top: 6px; font-size: 12px; color: #888; line-height: 20px; height: 40px; text-align: center; overflow: hidden; }
.case-bd3 li:hover .img img { transform: scale(1.2); }

.subnav { margin-top: 20px; text-align: center; }
.subnav a { height: 36px; margin: 0 5px; padding: 0 20px; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; display: inline-block; line-height: 34px; font-size: 16px; }
.subnav a.active { background-color: #2073cf; border-color: #2073cf; color: #FFF; }
.subnav a:hover { border-color: #2073cf; }

.advan{ width: 1200px; margin: 50px auto; overflow: hidden;}
.advan-con{width: 1150px; height: 450px; margin: 50px auto 0; position: relative;}
.ys-group{  opacity: 0; transform: scale(0); transition: all .8s; position: absolute; left: 50%; top: 0; margin-left: -150px; width: 300px; height: 301px; background: url(../images/ysgroup.png) no-repeat center;}

.ys-center{opacity: 0; transition: all .5s; position: absolute; left: 50%; top: 47px; z-index: 2; margin-left: -103px; width: 206px; height: 206px; background: url(../images/yscenter.png) no-repeat center;}
.youshi01{opacity: 0; transition: all .5s; transform: translate3d(100px,0,0); position: absolute; left: 0; top: 26px; z-index: 2; }
.youshi01 .conent{width: 412px; height: 102px; background: url(../images/bg_ys01.png) no-repeat center;}
.youshi01 .cont{ margin: 35px 50px 0 80px; font-size: 16px; line-height: 1.6;}
.youshi02{opacity: 0; transition: all .5s; transform: translate3d(-100px,0,0); position: absolute; right: 0; top: 26px; z-index: 2;}
.youshi02 .conent{width: 412px; height: 102px; background: url(../images/bg_ys02.png) no-repeat center;}
.youshi02 .cont{ margin: 35px 80px 0 50px; font-size: 16px; line-height: 1.6;}
.youshi03{opacity: 0;  transition: all .5s; transition-delay: .2s; transform: translate3d(100px,0,0); position: absolute; left: 0; top: 200px; z-index: 2;}
.youshi03 .conent{ width: 412px; height: 102px; background: url(../images/bg_ys03.png) no-repeat center;}
.youshi03 .cont{ margin: 35px 50px 0 80px; font-size: 16px; line-height: 1.6;}
.youshi04{opacity: 0;  transition: all .5s; transition-delay: .2s; transform: translate3d(-100px,0,0); position: absolute; right: 0; top: 200px; z-index: 2;}
.youshi04 .conent{width: 412px; height: 102px; background: url(../images/bg_ys04.png) no-repeat center;}
.youshi04 .cont{ margin: 35px 80px 0 50px; font-size: 16px; line-height: 1.6;}
.youshi05{opacity: 0; transition: all .5s; transition-delay: .4s; transform: translate3d(0,-100px,0); position: absolute;  left: 50%; bottom: 0; margin-left: -285px; z-index: 2;}
.youshi05 .conent{width: 570px; height: 132px; background: url(../images/bg_ys05.png) no-repeat center;}
.youshi05 .cont{ margin: 97px 0 0; font-size: 16px; line-height: 1.6; text-align: center;}
.advan-con .conent{position: relative; top: 0; transition: all .2s; overflow: hidden;}
.advan-con .conent:hover{top: -10px;  cursor: pointer;}


@keyframes yuan
{
	from {transform: rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}

.advan-con.active .ys-group{opacity: 1; transform: scale(1); animation: yuan linear 10s infinite; animation-delay: .8s;}
.advan-con.active .ys-center{opacity: 1;}
.advan-con.active .youshi01,.advan-con.active .youshi02,.advan-con.active .youshi03,.advan-con.active .youshi04,.advan-con.active .youshi05{ opacity: 1; transform: translate3d(0,0,0);}



.ywk-advan{width: 1200px; margin: 50px auto; overflow: hidden;}
.ywk-advan .cont{ width: 1260px; margin-left: -60px; overflow: hidden;}
.ywk-advan .cont li{width: 360px; margin-left: 60px; float: left; margin-top: 50px; opacity: 0; transition: all .5s; transform: scale(0); }
.ywk-advan .cont li .img{width: 94px; height: 94px; float: left; margin-right: 15px;}
.ywk-advan .cont li .img img{width: 100%; height: 100%; transition: all .4s; }
.ywk-advan .cont li:hover .img img{transform:rotateY(180deg);  -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg);  -o-transform:rotateY(180deg);  -ms-transform:rotateY(180deg);}
.ywk-advan .cont li .intro{width: 250px; float: left;}
.ywk-advan .cont li .intro .tit1{font-size: 16px; margin-top: 5px; font-weight: bold; color: #0d66c9;}
.ywk-advan .cont li .intro .des{color: #666; line-height: 20px; height: 60px; overflow: hidden; margin-top: 10px;}
.ywk-advan .cont.active li {opacity: 1; transform: scale(1);}
.ywk-advan .cont.active li:nth-child(2){transition-delay: .1s;}
.ywk-advan .cont.active li:nth-child(3){transition-delay: .2s;}
.ywk-advan .cont.active li:nth-child(4){transition-delay: .3s;}
.ywk-advan .cont.active li:nth-child(5){transition-delay: .4s;}
.ywk-advan .cont.active li:nth-child(6){transition-delay: .5s;}


.ywk-why{width: 100%; padding: 50px 0; background: #f8f8f8; overflow: hidden;}
.ywk-why .cont{width: 1142px; height: 653px; margin: 30px auto 0; position: relative;}
.ywk-why .cont .bt{width: 1142px; height: 50px; line-height: 50px; padding: 43px 0; background: url(../images/vs-bg.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 2;}
.ywk-why .cont .bt .txt{width: 50%; float: left; text-align: center; font-size: 24px; font-weight: bold; color: #fff;}
.ywk-why .cont .vspage{width: 1040px; height: 560px; padding: 50px 40px 0; position: absolute; left: 51px; top: 93px; background: #fff; z-index: 1; box-sizing: border-box;}
.ywk-why .cont .item{height: 96px; border-bottom: 1px dashed #e1ecf9; position: relative; font-size: 16px;}
.ywk-why .cont .item .f1{width: 78px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #2073cf; position: absolute; left: 0; top: 30px; z-index: 4;}
.ywk-why .cont .item .f2{width: 340px; height: 66px; line-height: 22px; border: 1px solid #2073cf; padding: 10px 15px 10px 54px; box-sizing: border-box; position: absolute; left: 39px; top: 15px; z-index: 3;}
.ywk-why .cont .item .f3{width: 120px; height: 46px; line-height: 42px; color: #fff; font-size: 18px; background: #ff6600; border: 2px solid #dc4408; text-align: center; position: absolute; left: 50%; margin-left: -60px; top: 25px; box-sizing: border-box;}
.ywk-why .cont .item .f4{width: 78px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #2073cf; position: absolute; right: 0; top: 30px; z-index: 4;}
.ywk-why .cont .item .f5{width: 340px; height: 66px; line-height: 22px; border: 1px solid #2073cf; padding: 10px 54px 10px 15px; box-sizing: border-box; position: absolute; right: 39px; top: 15px; z-index: 3;}
.ywk-why .cont .item:last-child{border-bottom: none;}


.about{ width:100%; height:500px; margin-top:50px auto; overflow: hidden;  background: url(../images/about_bg.jpg) center !important;}
.about .title {text-align: center; margin-top: 20px}
.about .title a {font-size: 40px; font-weight: bold;color:#fff;}
.about .en{font-size: 14px; font-family: arial; text-align: center; color: #CCC; text-transform: uppercase; }
.about .cont{ width: 1204px; margin: 39px auto; }
.about .cont .cont-img{ float:left;}
.about .cont .cont-txt{ width:660px; float:right;color:#fff;font-size:18px;line-height:44px;text-align:left;text-indent:2em;}
.about .pro{ width: 1204px;}
.about .pro li{opacity: 0; transition: all .5s; transform: scale(0); width: 298px; height: 200px; float: left; margin-right: 3px;}
.about .pro.active li{ opacity: 1; transform: scale(1);}
.about .pro.active li:nth-child(2){transition-delay: .1s;}
.about .pro.active li:nth-child(3){transition-delay: .2s;}
.about .pro.active li:nth-child(4){transition-delay: .3s;}
.about .pro li:hover .img span {  display: inline-block;}
.about .pro .img{ width: 298px; height: 200px; position: relative;}
.about .pro .img img{width: 100%; height: 100%;}
.about .pro .img span {  position: absolute;  top: 0;  left: 0;  display: none;  width: 100%;  height: 100%;  background:#2073cf url("../images/aboutus-ch.png") no-repeat center;   opacity: 0.9;  filter: alpha(opacity=90);  cursor: pointer;}
.about .pro .name{ width: 298px; height: 34px; line-height: 34px; color: #fff; text-align: center; margin-top: -34px; background: #000; /* older safari/Chrome browsers */-webkit-opacity: 0.5; /* Netscape and Older than Firefox 0.9 */ -moz-opacity: 0.5; /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/ -khtml-opacity: 0.5; /* IE9 + etc...modern browsers */ opacity: .5; /* IE 4-9 */ filter:alpha(opacity=50); /*This works in IE 8 & 9 too*/ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*IE4-IE9*/filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}


.about .cont .more { display: inline-block; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1); border:  1px solid; border:  1px solid; margin:20px; padding: 6px 50px; color: #999999; float:right; }





















/*首页产品服务*/

.ibox1{  background:url(../style/ias_border.jpg) top repeat-x ; margin-top:20px; width:100%; min-width:1100px;}

.ibox1 .title{ text-align:center; background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;margin-bottom:50px;}

.ibox1 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.ibox1 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico02.jpg) center bottom no-repeat; margin-bottom:10px;}

.ibox1 .title .h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.ibox1 .title .h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico02.jpg) center bottom no-repeat; margin-bottom:10px;}

.ibox1 .title p{ font-size:16px; color:#4c4c4c;font-family:"微软雅黑";}

.ibox1 a{display:block;outline:none;position:relative;height:158px;text-decoration:none;width:158px;}

.ibox1 .ibtn01{ background:url(../style/ias_ibtn01.png) top center no-repeat;}

.ibox1 .ibtn02{ background:url(../style/ias_ibtn02.png) top center no-repeat;}

.ibox1 .ibtn03{ background:url(../style/ias_ibtn03.png) top center no-repeat;}

.ibox1 .ibtn04{ background:url(../style/ias_ibtn04.png) top center no-repeat;}

.ibox1 .ibtn05{ background:url(../style/ias_ibtn05.png) top center no-repeat;}

.ibox1 .ibtn06{ background:url(../style/ias_ibtn06.png) top center no-repeat;}

.ibox1 a .hover{display:block ;opacity:0;filter:alpha(opacity=0);position:relative;top:0;left:0;height:100%;width:100%;}

.ibox1 .ibtn01 .hover{background:url(../style/ias_ibtn01on.png) top center no-repeat;}

.ibox1 .ibtn02 .hover{background:url(../style/ias_ibtn02on.png) top center no-repeat;}

.ibox1 .ibtn03 .hover{background:url(../style/ias_ibtn03on.png) top center no-repeat;}

.ibox1 .ibtn04 .hover{background:url(../style/ias_ibtn04on.png) top center no-repeat;}

.ibox1 .ibtn05 .hover{background:url(../style/ias_ibtn05on.png) top center no-repeat;}

.ibox1 .ibtn06 .hover{background:url(../style/ias_ibtn06on.png) top center no-repeat;}



.ibox1 a{display:block;outline:none;position:relative;height:158px;text-decoration:none;width:158px;}

.ibox1 .ibtn011{ background:url(../style/ias_ibtn011.png) top center no-repeat;}

.ibox1 .ibtn012{ background:url(../style/ias_ibtn012.png) top center no-repeat;}

.ibox1 .ibtn013{ background:url(../style/ias_ibtn013.png) top center no-repeat;}

.ibox1 .ibtn014{ background:url(../style/ias_ibtn014.png) top center no-repeat;}

.ibox1 .ibtn015{ background:url(../style/ias_ibtn015.png) top center no-repeat;}

.ibox1 .ibtn016{ background:url(../style/ias_ibtn016.png) top center no-repeat;}

.ibox1 a .hover{display:block ;opacity:0;filter:alpha(opacity=0);position:relative;top:0;left:0;height:100%;width:100%;}

.ibox1 .ibtn011 .hover{background:url(../style/ias_ibtn011on.png) top center no-repeat;}

.ibox1 .ibtn012 .hover{background:url(../style/ias_ibtn012on.png) top center no-repeat;}

.ibox1 .ibtn013 .hover{background:url(../style/ias_ibtn013on.png) top center no-repeat;}

.ibox1 .ibtn014 .hover{background:url(../style/ias_ibtn014on.png) top center no-repeat;}

.ibox1 .ibtn015 .hover{background:url(../style/ias_ibtn015on.png) top center no-repeat;}

.ibox1 .ibtn016 .hover{background:url(../style/ias_ibtn016on.png) top center no-repeat;}

/*首页关于巨海*/

.ibox2{  background:url(../style/ias_border.jpg) 0px 20px repeat-x; margin-top:10px; width:100%; min-width:1100px;}

.ibox2 .title{ text-align:center; background:url(../style/ias_ico03.jpg) center top no-repeat; padding-top:60px;margin-bottom:10px;}

.ibox2 .title h2{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.ibox2 .title h3{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico02.jpg) center bottom no-repeat; margin-bottom:10px;}

.ibox2 .title .h2{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.ibox2 .title .h3{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico02.jpg) center bottom no-repeat; margin-bottom:10px;}

.ibox2 .title p{ font-size:16px; color:#4c4c4c;font-family:"微软雅黑";}

.ib1{ background:#fc3d3d;width:138px; height:120px;}

.ib2{ background:#840000;width:138px; height:120px;}

.ib3{ background:#b70707;width:132px; height:120px;}

.ib4{ background:#c23301;width:132px; height:120px;}

.iib1{ padding:17px 8px; color:#fff; text-align:left;}

.iib1 h1{ margin:10px 0; color:#fff; font-weight:bold;}

.iib1 .h1{ margin:10px 0; color:#fff; font-weight:bold;}

.iib1 p{ color:#fff; }

.ib2b h1{ padding-left:25px; font-size:14px; line-height:26px; font-family:"微软雅黑"; color:#000; margin:20px 0 10px;text-transform:uppercase;}

.ib2b1 h1{ background:url(../style/ias_ico04.jpg) left center no-repeat;}

.ib2b2 h1{ background:url(../style/ias_ico05.jpg) left center no-repeat;}

.ib2b3 h1{ background:url(../style/ias_ico06.jpg) left center no-repeat;}

.ib2b .h1{ padding-left:25px; font-size:14px; line-height:26px; font-family:"微软雅黑"; color:#000; margin:20px 0 10px;text-transform:uppercase;}

.ib2b1 .h1{ background:url(../style/ias_ico04.jpg) left center no-repeat;}

.ib2b2 .h1{ background:url(../style/ias_ico05.jpg) left center no-repeat;}

.ib2b3 .h1{ background:url(../style/ias_ico06.jpg) left center no-repeat;}

.ib2b p{ line-height:22px;}

.ib2b1{ width:275px; float:left; margin-left:20px;}

.ib2b2{ width:295px; float:left; margin-left:60px;}

.ib2b3{ width:360px; float:right; margin-right:20px;}

/*首页案例*/

.ibox3{ padding-top:21px; background:url(../style/ias_ico07.jpg) center top no-repeat; margin-top:30px; width:100%; min-width:1100px;}

.ibox3m{ background:#4f4f4f;}

.ibox3m .main{padding-bottom:10px;}

.ibox3 .title{ text-align:center; padding-top:60px;margin-bottom:30px;}

.ibox3 .title h2{ font-size:30px; color:#fff; font-family:"微软雅黑"; font-weight:bold;}

.ibox3 .title h3{ font-size:18px; color:#fff; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; border-bottom:2px solid #fff; margin:0 auto 10px; width:205px;}

.ibox3 .title .h2{ font-size:30px; color:#fff; font-family:"微软雅黑"; font-weight:bold;}

.ibox3 .title .h3{ font-size:18px; color:#fff; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; border-bottom:2px solid #fff; margin:0 auto 10px; width:205px;}

.ibox3 .title p{ font-size:16px; color:#fff;font-family:"微软雅黑";}

.caselist{overflow: hidden;float: left;position: relative;width:258px;height:196px; text-align:center; margin:8px;_margin:4px; background:#fff;}

.caselist a{text-decoration: none; text-align:center;}

.caselist a:hover{cursor: pointer; text-align:center;}

.caselist a img{max-width:258px;height:196px; }

.caselist a:hover .CC{display: block;font-size: 12px;background: #a60000 url(../style/ias_on.png) center center no-repeat;filter:alpha(opacity=85);opacity:.85;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/color: #fff;position: absolute;margin: 0;width:100%;height:100%;top: 0;left:0;}

.caselist a .CC{display: none;}

.caselist a .CC h1{ color:#fff; margin-top:135px; font-weight:bold;}

.caselist a .CC .h1{ color:#fff; margin-top:135px; font-weight:bold;}

/*首页新闻*/

.ibox4{ background:url(../style/ias_inews.jpg) top center no-repeat; height:850px; width:100%; min-width:1100px;}

.ibox4 .main{ background:url(../style/ias_ico08.jpg) top center no-repeat; padding-top:30px;}

.ibox4 .title{ text-align:center; margin-bottom:10px;}

.ibox4 .title h2{ font-size:30px; color:#9d0606; font-family:"微软雅黑"; font-weight:bold;}

.ibox4 .title h3{ font-size:18px; color:#717171; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; border-bottom:2px solid #9d0606; margin:0 auto 10px; width:205px;}

.ibox4 .title .h2{ font-size:30px; color:#9d0606; font-family:"微软雅黑"; font-weight:bold;}

.ibox4 .title .h3{ font-size:18px; color:#717171; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; border-bottom:2px solid #9d0606; margin:0 auto 10px; width:205px;}

.ibox4 .title p{ font-size:16px; color:#717171;font-family:"微软雅黑";}

.tab{position:relative;margin:0 auto;}

.tabs{display:block;position:relative;width:160px; margin:0 auto;}

.tabs li{float:left; width:12px; height:12px; position:relative; margin:0 7px;_ margin:0 5px;}

.tabs li .title{ position:absolute; display: none; width:80px; height:36px; background:url(../style/ias_indexasdf_10.png) center top no-repeat; text-align:center; font-size:14px; font-family:"微软雅黑"; color:#fff; line-height:30px; top:-37px; left:50%; margin-left:-40px;}

.tabs a{ background:url(../style/ias_co-out.png);display:block;width:12px; height:12px;}

.tabs li.current a{ background:url(../style/ias_co-on.png);}

.tabs_item{display:none;padding:20px 0;}

.tabs_item:first-child{display:block;}

.tab_content{ height:640px; overflow:hidden;}

.inewslist{width:530px;height:100px; float:left; margin:10px !important; margin:0 5px; padding:0;}

.inewslist .time{ float:left; width:125px; height:115px; background:#d5d5d5; text-align:center;}

.inewslist .time h1{ font-size:14px; font-family:"微软雅黑"; color:#010101; line-height:35px; }

.inewslist .time h2{ font-size:24px; font-family:"微软雅黑"; color:#960000; line-height:30px; margin:0 10px; background:#FFF; border:1px solid #bebebe;}

.inewslist .time h3{ font-size:14px; font-family:"微软雅黑"; color:#606060; line-height:35px; }

.inewslist .time .h1{ font-size:14px; font-family:"微软雅黑"; color:#010101; line-height:35px; }

.inewslist .time .h2{ font-size:24px; font-family:"微软雅黑"; color:#960000; line-height:30px; margin:0 10px; background:#FFF; border:1px solid #bebebe;}

.inewslist .time .h3{ font-size:14px; font-family:"微软雅黑"; color:#606060; line-height:35px; }

.inewslist .con{ float:right; width:385px; height:77px; padding:18px 5px; background:#d5d5d5; }

.inewslist .con h1{ font-size:14px; font-weight:bold; color:#515050; line-height:24px;}

.inewslist .con .h1{ font-size:14px; font-weight:bold; color:#515050; line-height:24px;}

.inewslist .con p{ font-size:12px; color:#818181; line-height:22px;}
.inewslist .con p:nth-child(2){margin-left:20px;}
.inewslist:hover .con{ background:#4f4f4f;}

.inewslist:hover .con h1{ color:#fff;}

.inewslist:hover .con .h1{ color:#fff;}

/*首页SEO*/

.ibox5{ width:100%; min-width:1100px;}

.ibox5 .main{ padding:20px 0;}

.ibox5 .title{ text-align:center; margin-bottom:10px;}

.ibox5 .title h1{ font-size:30px; color:#9d0606; font-family:"微软雅黑"; font-weight:bold;}

.ibox5 .title h2{ font-size:18px; color:#717171; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; border-bottom:2px solid #9d0606; margin:0 auto 10px; width:205px;}

.ibox5 .title .h1{ font-size:30px; color:#9d0606; font-family:"微软雅黑"; font-weight:bold;}

.ibox5 .title .h2{ font-size:18px; color:#717171; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; border-bottom:2px solid #9d0606; margin:0 auto 10px; width:205px;}



/*首页联系我们*/

.ibox6{ background:url(../style/ias_icontact.jpg) center top; height:642px; width:100%; min-width:1100px;}

.ibox6 .main{ padding-top:160px;}

.ifeedback{ width:505px; float:left;}

.ifeedback td{ padding:6px 0;}

.ifeedback h2{ font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#fff;}

.ifeedback .h2{ font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#fff;}

.imap{ width:398px; height:383px; float:right; background:url(../style/ias_map.png) no-repeat; margin:30px 50px 0 0;}

.imapp{ width:320px; padding:40px 0 0 70px;}

.imapp h1{ font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#000; line-height:40px;}

.imapp h1 span{ font-size:24px; font-family:"微软雅黑"; font-weight:bold; color:#800000;}

.imapp .h1{ font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#000; line-height:40px;}

.imapp .h1 span{ font-size:24px; font-family:"微软雅黑"; font-weight:bold; color:#800000;}

.imapp p{ font-size:14px; font-family:"微软雅黑";  color:#fff; line-height:24px;}

/*友情链接*/

.link{ height:75px; padding:10px 0;}

.link .title{ text-align:center; height:75px; border-right:1px solid #CCC; width:145px; float:left;}

.link .title h2{ font-size:24px;font-family:"微软雅黑"; font-weight:bold; color:#353434; margin-top:5px;}

.link .title h3{ font-size:24px;font-family:"微软雅黑";  color:#8c8c8c;}

.link .title .h2{ font-size:24px;font-family:"微软雅黑"; font-weight:bold; color:#353434; margin-top:5px;}

.link .title .h3{ font-size:24px;font-family:"微软雅黑";  color:#8c8c8c;}

.lr{ width:945px; float:right; padding:10px 0;}

.lr a{ padding:0 10px; border-right:1px solid #666;}

/*foot*/

.foot{ height:60px; background:#e2e2e2; padding:20px 0;}

.fl{ width:45%; float:left;}

.fr{ width:45%; float:right; text-align:right;}



/*内页*/

.banner{ height:140px; }

/*网站建设box1*/

.wzjsbox1{  background:url(../style/ias_border.jpg) top repeat-x ;overflow:hidden; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.wzjsbox1 .title{ text-align:center; background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;margin-bottom:30px;}

.wzjsbox1 .title{ text-align:center; background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;margin-bottom:30px;}

.wzjsbox1 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.wzjsbox1 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico022.jpg) center bottom no-repeat; margin-bottom:10px;}

.wzjsbox1 .title .h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.wzjsbox1 .title .h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico022.jpg) center bottom no-repeat; margin-bottom:10px;}

.wzjsbox1 .title p{ font-size:16px; color:#4c4c4c;font-family:"微软雅黑";}

.wb1{ text-align:center;}

.wb1 h1{ font-size:56px; font-family:"微软雅黑"; font-weight:bold; color:#4f4f4f;}

.wb1 h1 span{font-family:"微软雅黑"; color:#820202;}

.wb1 h2{ font-size:30px; font-size:30px; color:#5b5b5b; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}

.wb1 .h1{ font-size:56px; font-family:"微软雅黑"; font-weight:bold; color:#4f4f4f;}

.wb1 .h1 span{font-family:"微软雅黑"; color:#820202;}

.wb1 .h2{ font-size:30px; font-size:30px; color:#5b5b5b; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}

.wb1 p{ font-size:18px; font-family:"微软雅黑"; line-height:30px;}

/*网站建设box2*/

.wzjsbox2{ background:url(../style/ias_wangzhanjianshe_04.jpg) top center ; margin:20px 0 30px 0; width:100%; min-width:1100px; height:668px;}

/*网站建设box3*/

.wzjsbox3{ width:100%; min-width:1100px;}

.wzjsbox3 .title td{ font-size:14px;font-family:"微软雅黑"; color:#fff; line-height:40px;}

.wzjsbox3 .title td.td1{ background:#80332b;width:200px;}

.wzjsbox3 .title td.td2{ background:#eb3636;width:200px;}

.wzjsbox3 .title td.td3{ background:#ff990d;width:300px;}

.wzjsbox3 .title td.td4{ background:#ffd22d;width:200px;}

.wzjsbox3 .title td.td5{ background:#4bbf69;width:200px;}

.wzjsbox3 .title td.td1:hover{ background:#a44238;}

.wzjsbox3 .title td.td2:hover{ background:#ff3d3d;}

.wzjsbox3 .title td.td3:hover{ background:#ffaa36;}

.wzjsbox3 .title td.td4:hover{ background:#ffe06d;}

.wzjsbox3 .title td.td5:hover{ background:#3ccd62;}

.wzjsbox3 .con td{ padding:20px 5px;font-size:14px;font-family:"微软雅黑"; line-height:24px;}

.wzjsbox3 .con td p{font-size:14px;font-family:"微软雅黑"; line-height:24px;}

/*网站建设box4*/

.wzjsbox4{ background:url(../style/ias_bg02.jpg); padding:20px 0;}

.wzjsbox4 .title{ font-size:18px; font-family:"微软雅黑"; color:#303030; text-align:center; margin-bottom:20px;}

.wzjsbox4 .title span{ font-weight:bold; color:#880000; font-size:36px;font-family:"微软雅黑";}

.wzjsbox4 .con a{ display:block;background:url(../style/ias_srdz_icon.png) no-repeat; position:relative; padding-top:180px; text-align:center; width:130px; height:50px;}

.wzjsbox4 .con a h1{ font-size:18px; font-family:"微软雅黑"; font-weight:bold;}

.wzjsbox4 .con a h2{ font-size:14px; font-family:"微软雅黑"; color:#383838; }

.wzjsbox4 .con a .h1{ font-size:18px; font-family:"微软雅黑"; font-weight:bold;}

.wzjsbox4 .con a .h2{ font-size:14px; font-family:"微软雅黑"; color:#383838; }

.wzjsbox4 .con a:hover h1{ color:#900001;}

.wzjsbox4 .con a:hover h2{ color:#900001; }

.wzjsbox4 .con .td1 a{ background-position:0px 0px;}

.wzjsbox4 .con .td2 a{ background-position:0px -260px}

.wzjsbox4 .con .td3 a{ background-position:0px -520px}

.wzjsbox4 .con .td4 a{ background-position:0px -780px}

.wzjsbox4 .con a .hover{display:block ;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;height:100%;width:100%;background:url(../style/ias_srdz_icon.png) no-repeat;}

.wzjsbox4 .con .td1 a .hover{ background-position:-270px 0px;}

.wzjsbox4 .con .td2 a .hover{ background-position:-270px -260px}

.wzjsbox4 .con .td3 a .hover{ background-position:-270px -520px}

.wzjsbox4 .con .td4 a .hover{ background-position:-270px -780px}

.ljdz{ background:#FFF; border:1px solid #ff5d5d; height:40px; line-height:40px; width:145px; display:block; font-size:18px; color:#303030;font-family:"微软雅黑"; margin-top:20px;}

/*网站建设box5*/

.wzjsbox5{ background:url(../style/ias_wangzhanjianshe_23.jpg) top center ; width:100%; min-width:1100px; height:574px;}

.wzjsbox5 .title{ font-size:30px; color:#fff; height:100px; line-height:100px; text-align:center;font-family:"微软雅黑";font-weight:bold;}

/*bottom*/

.bottom{ background:#d3d3d3; border-top:1px solid #a0a0a0; margin-top:1px; }

.bottom .main{padding:20px 0; }

.bottom .ico{ position:absolute; left:0; top:-22px; background:url(../style/ias_index_95.png) center no-repeat; height:42px; width:100%;}

.bottom .bl{ float:left; width:800px;}

.bottom .br{ float:left; width:269px; border-left:1px solid #adadad; height:195px; padding-left:30px;}

.bottom .bl dl{ width:160px; float:left;}

.bottom .bl dt{ color:#930000; font-size:14px; font-weight:bold; line-height:40px;}

.bottom .bl dt a{color:#930000;}

.bottom .bl dd{  font-size:12px; line-height:24px;}

.bottom .br .ewm{ float:left; margin:0 10px 10px 0; border:3px solid #b9b9b9;}

.bottom .br h3{ height:44px; line-height:44px; font-size:14px; font-weight:bold; color:#820000;}

.bottom .br h1{ font-size:16px; font-family:"微软雅黑"; color:#565656;}

.bottom .br h2{ font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#800101;}

.bottom .br .h1{ font-size:16px; font-family:"微软雅黑"; color:#565656;}

.bottom .br .h2{ font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#800101;}



/*网络推广box1*/

.wltgbox1{  background:url(../style/ias_border.jpg) top repeat-x ; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.wltgbox1 .title{ text-align:center; background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;margin-bottom:30px;}

.wltgbox1 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.wltgbox1 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico022.jpg) center bottom no-repeat; margin-bottom:10px;}

.wltgbox1 .wl1 h1{ font-size:30px; font-family:"微软雅黑"; line-height:38px; font-weight:bold; color:#333; text-align:center;}

.wltgbox1 .wl1 h2{ font-size:30px; font-family:"微软雅黑"; line-height:38px; font-weight:bold; color:#930000;text-align:center;}

.wltgbox1 .wl1 .wbox{height:800px; background:url(../style/ias_wltg_1.jpg) top center no-repeat;}

.wltgbox1 .wl1 .wbox .wlb1{ position:absolute; width:200px; top:30px; left:140px; font-size:16px;font-family:"微软雅黑"; }

.wltgbox1 .wl1 .wbox .wlb2{ position:absolute; width:280px; top:100px; left:140px; font-size:16px;font-family:"微软雅黑"; }

.wltgbox1 .wl1 .wbox .wlb3{ position:absolute; width:280px; top:175px; left:140px; font-size:16px;font-family:"微软雅黑"; }

.wltgbox1 .wl1 .wbox .wlb4{ position:absolute; width:200px; top:30px; left:740px; font-size:16px;font-family:"微软雅黑"; }

.wltgbox1 .wl1 .wbox .wlb5{ position:absolute; width:280px; top:105px; left:740px; font-size:16px;font-family:"微软雅黑"; }

.wltgbox1 .wl1 .wbox .wlb6{ position:absolute; width:245px; top:470px; left:320px; font-size:48px;font-family:"微软雅黑"; font-weight:bold; color:#fff; }

.wltgbox1 .wl1 .wbox .wlb7{ position:absolute; width:200px; top:480px; left:570px; font-size:20px;font-family:"微软雅黑"; color:#d94040; line-height:24px;font-weight:bold; }

.wltgbox1 .wl1 .wbox .wlb8{ position:absolute; width:490px; top:580px; left:80px; font-size:18px;font-family:"微软雅黑"; color:#fff}

.wltgbox1 .wl1 .wbox .wlb9{ position:absolute; width:200px; top:640px; left:80px; font-size:24px;font-family:"微软雅黑"; color:#fff }

.wltgbox1 .wl1 .wbox .wlb10{ position:absolute; width:400px; top:635px; left:200px; font-size:30px;font-family:"微软雅黑"; color:#8b0000;font-weight:bold;}

.wltgbox1 .wl1 .wbox .wlb11{ position:absolute; width:400px; top:685px; left:80px; font-size:30px;font-family:"微软雅黑"; color:#2b2b2b;font-weight:bold;}

/*网络推广box2*/

.wltgbox2{margin:20px 0 50px 0; width:100%; min-width:1100px;}

.wltgbox2 .title{ text-align:center; }

.wltgbox2 .title h1{ font-size:36px; color:#8b0000; font-family:"微软雅黑"; font-weight:bold;}

.wltgbox2 .title h2{ font-size:30px; color:#676767; font-family:"微软雅黑";text-transform:uppercase;  }

.wltgbox2 .title h3{ font-size:48px; color:#ff7800; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0;  margin-bottom:10px; background:url(../style/ias_ico023.jpg) center center no-repeat;}

.wltgbox2 .con a{ display:block;width:290px; padding-top:160px; text-align:center; position: relative;}

.wltgbox2 .con a.ta1{ background:url(../style/ias_wangluotuiguang_07.jpg) top center no-repeat;}

.wltgbox2 .con a.ta2{ background:url(../style/ias_wangluotuiguang_073.jpg) top center no-repeat;}

.wltgbox2 .con a.ta3{ background:url(../style/ias_wangluotuiguang_11.jpg) top center no-repeat;}

.wltgbox2 .con a .hover{display:block ;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;height:100%;width:100%;background:url(../style/ias_srdz_icon.png) no-repeat;}

.wltgbox2 .con a.ta1 .hover{  background:url(../style/ias_wangluotuiguang_072.jpg) top center no-repeat;}

.wltgbox2 .con a.ta2 .hover{  background:url(../style/ias_wangluotuiguang_09.jpg) top center no-repeat;}

.wltgbox2 .con a.ta3 .hover{  background:url(../style/ias_wangluotuiguang_0733.jpg) top center no-repeat;}

.wltgbox2 .con a h1{ font-size:24px;font-family:"微软雅黑"; font-weight:bold; color:#393939; line-height:50px; }

.wltgbox2 .con a p{ font-size:14px;font-family:"微软雅黑"; color:#333;  }

.wltgbox2 .con a p span{ font-size:18px;font-family:"微软雅黑"; color:#0093dd;  }

/*网络推广box3*/

.wltgbox3{ height:499px; background:url(../style/ias_wangluotuiguang_16.jpg) center center no-repeat; color:#000;}

.wltgbox3 .title{ text-align:center; margin-bottom:30px;}

.wltgbox3 .title h1{ font-size:36px; color:#9b0000; font-family:"微软雅黑"; font-weight:bold; padding:20px 0 10px 0;}

.wltgbox3 .title p{ font-size:16px; color:#000; font-family:"微软雅黑";text-transform:uppercase;  }

.wltgbox3 .title p span{color:#d30000; font-family:"微软雅黑";text-transform:uppercase; }

.wltgbox3 .con h1{ font-size:18px;font-family:"微软雅黑";color:#282828;line-height:35px; }

.wltgbox3 .con h2{ font-size:14px; font-weight:bold; color:#000;line-height:24px;}

.wltgbox3 .con p{ font-size:14px;color:#1b1b1b; line-height:24px;}

.wltgbox3 .con .wb3l{ padding-right:30px; width:530px;}

.wltgbox3 .con .wb3l p{ padding-left:20px;}

.wltgbox3 .con .wb3r p{ line-height:28px;}

/*网络推广box4*/

.wltgbox4{ background:url(../style/ias_bg02.jpg); padding-bottom:50px;}

.wltgbox4 .title{ text-align:center; margin-bottom:30px; padding-bottom:10px; border-bottom:1px solid #ccc;}

.wltgbox4 .title h1{ font-size:36px; color:#9b0000; font-family:"微软雅黑"; font-weight:bold; padding:20px 0 10px 0;}

.wltgbox4 .title p{ font-size:16px; color:#000; font-family:"微软雅黑"; font-weight:bold; }

.wltgbox4 .con { display:block;position: relative; background:url(../style/ias_wangluotuiguang_19.png) left center no-repeat; height:405px;}

.wltgbox4 .con .co{ width:285px; position:absolute; right:0; top:80px; font-size:14px; line-height:30px;}

.wltgbox4 .more{ display:block; width:135px; height:36px; line-height:36px; text-align:center; color:#3b3b3b; font-size:14px;font-family:"微软雅黑"; font-weight:bold; margin:0 auto; background:#fff; border:1px solid #c80000}

/*网络推广box5*/

.wltgbox5{padding-bottom:50px;}

.wltgbox5 .title{ text-align:center; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #ccc;}

.wltgbox5 .title h1{ font-size:36px; color:#9b0000; font-family:"微软雅黑"; font-weight:bold; padding:20px 0 10px 0;}

.wltgbox5 .title p{ font-size:16px; color:#6c6c6c; font-family:"微软雅黑"; font-weight:bold; }

.wltgbox5 .con .tit{  font-size:16px; color:#303030;font-family:"微软雅黑"; font-weight:bold; height:34px; line-height:34px; border-bottom:1px solid #ccc; margin-bottom:10px;}

.wltgbox5 .con .wl5l{ width:255px; float:left; }

.wltgbox5 .con .wl5m{ width:528px; float:left; margin:0 10px; padding:10px;border-left:1px solid #ccc;border-right:1px solid #ccc; padding-top:0}

.wltgbox5 .con .wl5r{ width:255px; float:right; }

.wltgbox5 .con .newslist{ line-height:30px; height:30px; }

.wltgbox5 .con .newslist2{ border-bottom:1px dotted #666; margin-bottom:10px; padding:10px 0;}

.wltgbox5 .con .newslist2 h1{ font-size:14px;  font-family:"微软雅黑"; font-weight:bold; margin-bottom:10px;}

.wltgbox5 .con .newslist2 p{ line-height:22px;}







/*整体托管box1*/

.zttgbox1{  background:url(../style/ias_border.jpg) top repeat-x ; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.zttgbox1 .title{ text-align:center; background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;}

.zttgbox1 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.zttgbox1 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico022.jpg) center bottom no-repeat; }

.zttgbox1 .con{ height:339px; padding-bottom:2px; margin-bottom:2px; background:url(../style/ias_zhengtituoguan_05.jpg) center no-repeat;}

.zttgbox1 .con2{ height:438px; padding-bottom:2px; margin-bottom:2px; background:url(../style/ias_zhengtituoguan_08.jpg) center no-repeat;}

.zttgbox1 .main{border-bottom:1px solid #ccc; }



/*整体托管box2*/

.zttgbox2{background:url(../style/ias_zhengtituoguan_12.jpg) center 110px no-repeat; width:100%; min-width:1100px; height:870px;}

.zttgbox2 .main{ height:870px}

.zttgbox2 .main .zt1{ font-size:36px; color:#850404;font-family:"微软雅黑"; font-weight:bold; position:absolute; top:10px; left:30px;} 

.zttgbox2 .main .zt2{ font-size:16px; line-height:22px;color:#850404;font-family:"微软雅黑"; position:absolute; top:60px; left:30px;}

.zttgbox2 .main .zt3{ text-align:center;font-size:16px; line-height:24px;color:#fff;font-family:"微软雅黑"; width:235px;position:absolute; top:120px; left:430px;  }

.zttgbox2 .main .zt4{ text-align:center;font-size:18px; line-height:24px;color:#fff;font-family:"微软雅黑";font-weight:bold; width:235px;position:absolute; top:260px; left:430px;  }

.zttgbox2 .main .zt5{ text-align:right;font-size:16px; line-height:24px;color:#393939;font-family:"微软雅黑"; width:160px;position:absolute; top:285px; left:120px;  }

.zttgbox2 .main .zt6{ text-align:center;font-size:18px; line-height:30px;color:#393939;font-family:"微软雅黑";font-weight:bold; width:235px;position:absolute; top:350px; left:255px;  }

.zttgbox2 .main .zt7{ text-align:center;font-size:18px; line-height:30px;color:#000;font-family:"微软雅黑";font-weight:bold; width:235px;position:absolute; top:340px; left:605px;   }

.zttgbox2 .main .zt8{ text-align:center;font-size:18px; line-height:30px;color:#fff;font-family:"微软雅黑";font-weight:bold; width:235px;position:absolute; top:430px; left:430px;  }

.zttgbox2 .main .zt88{ text-align:left;font-size:16px; line-height:24px;color:#fff;font-family:"微软雅黑"; width:235px;position:absolute;top:295px; left:820px;   }

.zttgbox2 .main .zt9{ text-align:right;font-size:16px; line-height:24px;color:#393939;font-family:"微软雅黑"; width:160px;position:absolute; top:485px; left:120px;  }

.zttgbox2 .main .zt10{ text-align:center;font-size:18px; line-height:30px;color:#393939;font-family:"微软雅黑";font-weight:bold; width:235px;position:absolute; top:550px; left:260px;  }

.zttgbox2 .main .zt11{ text-align:center;font-size:18px; line-height:30px;color:#000;font-family:"微软雅黑";font-weight:bold; width:235px;position:absolute; top:550px; left:605px;   }

.zttgbox2 .main .zt12{ text-align:left;font-size:16px; line-height:24px;color:#fff;font-family:"微软雅黑"; width:235px;position:absolute;top:490px; left:820px;   }

.zttgbox2 .main .zt13{ text-align:center;font-size:18px; line-height:24px;color:#000;font-family:"微软雅黑"; font-weight:bold;width:235px;position:absolute; top:640px; left:430px;  }

.zttgbox2 .main .zt14{ text-align:center;font-size:16px; line-height:24px;color:#fff;font-family:"微软雅黑"; width:235px;position:absolute; top:750px; left:430px;  }



/*整体托管box3*/

.zttgbox3{ width:100%; min-width:1100px;}

.zttgbox3 .main{ border-top:1px solid #CCC;padding:20px 0 30px 0;}

.zttgbox3 .title{ background:url(../style/ias_zhengtituoguan_16.jpg) right top no-repeat; padding-top:10px; width:280px; height:95px;}

.zttgbox3 .title h1{ font-size:36px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.zttgbox3 .title h2{ font-size:25px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; }

.zttgbox3 .title .h1{ font-size:36px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.zttgbox3 .title .h2{ font-size:25px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; }

.zttgbox3 .con td{ padding:20px; color:#000; font-size:14px; line-height:18px;font-family:"微软雅黑";}

.zttgbox3 .con td.a{ color:#fff; background:#747474;}

.zttgbox3 .con td.b{ color:#fff; background:#7d0000;}

.zttgbox3 .con td.c{ background:#90d1ff;}

.zttgbox3 .con td.d{ background:#ffc06f;}



/*整体托管box4*/

.zttgbox4 .main{ border-top:1px solid #7d0000;padding:20px 0 30px 0;}

.zttgbox4 .title{ width:605px; height:125px; line-height:125px; background:url(../style/ias_zhengtituoguan_24.jpg) right center no-repeat;}

.zttgbox4 .title h1{ font-size:36px;font-family:"微软雅黑"; font-weight:bold; color:#000;}
.zttgbox4 .title .h1{ font-size:36px;font-family:"微软雅黑"; font-weight:bold; color:#000;}

.zttgbox4 .title h1 strong{ color:#910101;font-family:"微软雅黑"; font-weight:bold; }
.zttgbox4 .title .h1 strong{ color:#910101;font-family:"微软雅黑"; font-weight:bold; }

.zttgbox4 .title h1 span{ color:#ee0000;font-family:"微软雅黑"; font-weight:bold; }
.zttgbox4 .title. h1 span{ color:#ee0000;font-family:"微软雅黑"; font-weight:bold; }

.zttgbox4 .con .ztbox{ width:425px; margin:0 auto; text-align:left; padding-bottom:30px;}

.zttgbox4 .con .ztbox h1{ height:45px; line-height:45px; font-size:20px; font-family:"微软雅黑"; color:#fff; padding-left:20px;}

.zttgbox4 .con .ztbox h1 span{ font-weight:bold;font-family:"黑体"; margin-right:5px;}
.zttgbox4 .con .ztbox .h1{ height:45px; line-height:45px; font-size:20px; font-family:"微软雅黑"; color:#fff; padding-left:20px;}

.zttgbox4 .con .ztbox .h1 span{ font-weight:bold;font-family:"黑体"; margin-right:5px;}
.zttgbox4 .con .ztbox p{ font-size:14px; color:#333; line-height:24px;}

.zttgbox4 .con .ztbox1 h1{ background:#ad01d3;}

.zttgbox4 .con .ztbox2 h1{ background:#0d59e2;}

.zttgbox4 .con .ztbox3 h1{ background:#ff6600;}

.zttgbox4 .con .ztbox4 h1{ background:#ea0001;}

.zttgbox4 .con .ztbox1 .h1{ background:#ad01d3;}

.zttgbox4 .con .ztbox2 .h1{ background:#0d59e2;}

.zttgbox4 .con .ztbox3 .h1{ background:#ff6600;}

.zttgbox4 .con .ztbox4 .h1{ background:#ea0001;}

/*400box1*/

.dianhuabox1{background:url(../style/ias_border.jpg) top repeat-x; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.dianhuabox1 .main{background:url(../style/ias_ico01.jpg) center top no-repeat; }

.dianhuabox1 .title{ text-align:center; background:url(../style/ias_border.jpg) bottom repeat-x; padding-top:30px;margin-bottom:30px;}

.dianhuabox1 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.dianhuabox1 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico11.jpg) center bottom no-repeat; margin-bottom:10px;}


.dianhuabox1 .title .h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.dianhuabox1 .title .h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico11.jpg) center bottom no-repeat; margin-bottom:10px;}

.dianhuabox1 .con .dhbox{ width:230px; padding-left:105px; height:95px; margin:25px 0;}

.dianhuabox1 .con .dhbox h1{ font-family:"微软雅黑"; font-weight:bold; color:#343434; font-size:18px;}

.dianhuabox1 .con .dhbox p{color:#343434; line-height:18px;}

.dianhuabox1 .con .dhbox1{ background:url(../style/ias_4001.jpg) 20px 20px no-repeat;}

.dianhuabox1 .con .dhbox2{ background:url(../style/ias_4002.jpg) 20px 20px no-repeat;}

.dianhuabox1 .con .dhbox3{ background:url(../style/ias_4003.jpg) 10px 20px no-repeat;}

.dianhuabox1 .con .dhbox4{ background:url(../style/ias_4004.jpg) 10px 20px no-repeat;}

.dianhuabox1 .con .dhbox5{ background:url(../style/ias_4005.jpg) 20px 20px no-repeat;}

.dianhuabox1 .con .dhbox6{ background:url(../style/ias_4006.jpg) 20px 20px no-repeat;}



/*400box2*/

.dianhuabox2{background:url(../style/ias_border.jpg) top repeat-x; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.dianhuabox2 .main{background:url(../style/ias_ico01.jpg) center top no-repeat; }

.dianhuabox2 .title{ text-align:center; padding-top:30px;margin-bottom:30px;}

.dianhuabox2 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.dianhuabox2 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; margin-bottom:10px;}

.dianhuabox2 .com h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.dianhuabox2 .con .dhboxb{position:relative;width:319px; padding:15px; border:1px solid #ccc; overflow:hidden; text-align:left;}

.dianhuabox2 .con .dhboxb h1{ font-size:16px; font-family:"微软雅黑"; text-align:center; line-height:50px;}

.dianhuabox2 .con .dhboxb p{ line-height:24px;}

.dianhuabox2 .con .dhboxb .line_1, .dianhuabox2 .con .dhboxb .line_2, .dianhuabox2 .con .dhboxb .line_3, .dianhuabox2 .con .dhboxb .line_4{position:absolute;z-index:10;top:0;left:0;overflow:hidden; zoom:1;background-color:#930000;}

.dianhuabox2 .con .dhboxb .line_1{height:2px;width:0;}

.dianhuabox2 .con .dhboxb .line_2{width:2px;height:0;}

.dianhuabox2 .con .dhboxb .line_3{top:auto;right:0;bottom:0;left:auto;height:2px;width:0;}

.dianhuabox2 .con .dhboxb .line_4{top:auto;right:0;bottom:0;left:auto;width:2px;height:0;}



/*400box3*/

.dianhuabox3 { padding:20px 0 30px 0; width:100%; min-width:1100px;}

.dianhuabox3 .title{ text-align:center; padding-top:30px;margin-bottom:30px;}

.dianhuabox3 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.dianhuabox3 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; margin-bottom:10px;}

.dianhuabox3{ background:url(../style/ias_bg02.jpg);margin:20px 0 30px 0;width:100%; min-width:1100px;}

.dianhuabox3 .con .dhboxc{ width:150px; height:130px; padding-left:90px;}

.dianhuabox3 .con .dhboxc h1{ color:#515151; font-size:24px;font-family:"微软雅黑";}

.dianhuabox3 .con .dhboxc p{ color:#515151; line-height:18px; margin:5px 0;}

.dianhuabox3 .con .dhboxc h2{ height:31px; line-height:25px; background:url(../style/ias_pain.jpg) no-repeat; text-indent:20px; color:#fff;}

.dianhuabox3 .con .dhboxc1{ background:url(../style/ias_cai1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc2{ background:url(../style/ias_guaji1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc3{ background:url(../style/ias_yuyin1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc4{ background:url(../style/ias_loudian1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc5{ background:url(../style/ias_luyin1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc6{ background:url(../style/ias_chayun1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc7{ background:url(../style/ias_zhuanjie1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc8{ background:url(../style/ias_pinjia1.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc1:hover{ background:url(../style/ias_cai2.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc2:hover{ background:url(../style/ias_guaji2.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc3:hover{ background:url(../style/ias_yuyin2.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc4:hover{ background:url(../style/ias_loudian2.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc5:hover{ background:url(../style/ias_luyin2.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc6:hover{ background:url(../style/ias_chayun2.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc7:hover{ background:url(../style/ias_zhuanjie2.png) left 15px no-repeat;}

.dianhuabox3 .con .dhboxc8:hover{ background:url(../style/ias_pinjia2.png) left 15px no-repeat;}



/*400box4*/

.dianhuabox4 {margin:20px 0 30px 0; width:100%; min-width:1100px;}

.dianhuabox4 .title{ background:url(../style/ias_bg03.jpg) bottom left no-repeat; color:#c80000; font-size:18px;font-family:"微软雅黑"; font-weight:bold; height:50px; line-height:40px; margin-bottom:10px;}

.dianhuabox4 .dhboxl{ width:761px; float:left;}

.dianhuabox4 .dhboxr{ width:298px; float:right;}

.dianhuabox4 .dhboxl .con{ height:310px; background:url(../style/ias_400_75.jpg) no-repeat; padding:50px 0 0 185px;}

.dianhuabox4 .dhboxl .kplist{ height:40px; line-height:45px; background:url(../style/ias_400_24.jpg) left center no-repeat; padding-left:20px;}



/*手机box1*/

.shoujibox1{  background:url(../style/ias_border.jpg) top repeat-x ; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.shoujibox1 .main{ background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;}

.shoujibox1 .sjbox{padding:0px 30px 35px; background:url(../style/ias_shouji_09.jpg) bottom center no-repeat; }

.shoujibox1 .sjbox h1{ font-size:30px; color:#c80000;font-family:"微软雅黑"; font-weight:bold; line-height:40px; margin-top:50px;}

.shoujibox1 .sjbox p{ font-size:14px; color:#636262;font-family:"微软雅黑"; line-height:24px; }

.shoujibox1 .sjbox1 .con{ background:url(../style/ias_shouji_05.jpg) 700px 0 no-repeat; height:100%; padding-right:500px;height:200px;}

.shoujibox1 .sjbox2 .con{ background:url(../style/ias_shouji_12.jpg) 20px 0 no-repeat; height:100%; padding-left:450px;height:240px;}

.shoujibox1 .sjbox3 .con{ background:url(../style/ias_shouji_16.jpg) 700px 0 no-repeat; height:100%; padding-right:500px;height:260px;}

.shoujibox1 .sjbox4 .con{ background:url(../style/ias_shouji_20.jpg) 20px 0 no-repeat; height:100%; padding-left:300px;height:260px;}

.shoujibox1 .sjbox5 .con{ background:url(../style/ias_shouji_24.jpg) 700px 0px no-repeat; height:100%; padding-right:500px;height:260px;}

.shoujibox1 .sjbox6 .con{ background:url(../style/ias_shouji_28.jpg) 20px 0 no-repeat; height:100%; padding-left:400px;height:180px;}



/*手机box2*/

.shoujibox2{ background:#50a7e6; padding:0 0 30px 0;}

.shoujibox2 .title{ height:60px; line-height:60px; font-size:24px;font-family:"微软雅黑"; font-weight:bold; color:#fff;}

.shoujibox2 .title span{ font-size:16px; float:right;font-family:"微软雅黑";color:#fff; font-weight:normal;}

.shoujibox2 .title h1{font-size:24px;font-family:"微软雅黑"; font-weight:bold; color:#fff;}

.shoujibox2 .mr_frBtnL{ float:left; color:#fff; font-size:50px;display:block; width:50px; margin-top:100px;}

.shoujibox2 .mr_frBtnR{ float:right; color:#fff; font-size:50px;display:block; width:50px; margin-top:100px; text-align:right;}

.shoujibox2 .mr_frUl{ width:1000px; float:left;}

.shoujibox2 .mr_frUl li{ background:url(../style/ias_shouji_32.jpg) center center no-repeat; width:128px; height:230px; padding:45px 11px ; margin:0 50px; float:left;}

.shoujibox2 .mr_frUl li img{ width:128px; height:230px;}



/*手机box3*/

.shoujibox3{ padding:20px 0 30px;}

.sjbox3l{ width:710px; float:left;}

.sjbox3l td{ padding:6px 0;}

.sjbox3l h1{ font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#fff;}

.sjbox3l .title h1{ font-size:14px;font-family:"微软雅黑"; color:#000; font-weight:bold;}

.sjbox3l .title p{ font-size:12px;font-family:"微软雅黑"; color:#999; }

.sjbox3r{ width:320px; height:315px; padding:15px; border:1px solid #ccc; float:right;}

.sjbox3r .title{ height:40px; line-height:30px; font-size:16px;font-family:"微软雅黑"; font-weight:bold; color:#333; border-bottom:1px solid #ccc;}

.sjbox3r .title a{ float:right; font-size:12px; font-weight:normal; padding-right:20px; background:url(../style/ias_shouji_36.jpg) right center no-repeat;}

.sjbox3r .con{ padding:10px 0;}

.sjbox3r .wtlist{ line-height:26px; height:26px;font-size:14px;font-family:"微软雅黑";}

.sjbox3r .wtlist a{ margin-left:5px;}





/*微信box1*/

.weixinbox1{  background:url(../style/ias_border.jpg) top repeat-x ; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.weixinbox1 .title{ text-align:center; background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;}

.weixinbox1 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.weixinbox1 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico022.jpg) center bottom no-repeat; }

.weixinbox1 .con{ padding:50px 526px 0 50px; background:url(../style/ias_weixin_05.jpg) 600px 50px no-repeat; height:420px; }

.weixinbox1 .con h1{ font-size:24px; color:#930000;font-family:"微软雅黑"; font-weight:bold; margin:10px 0;}

.weixinbox1 .con h2{ font-size:18px; color:#e16c04;font-family:"微软雅黑"; font-weight:bold;}

.weixinbox1 .con p{ font-size:16px;font-family:"微软雅黑"; color:#4b4b4b; line-height:24px; margin-top:10px;}

.weixinbox1 .con .coo{ margin-top:40px;}

.weixinbox1 .con .coo li{ float:left; width:215px; height:30px; line-height:30px; padding-left:10px; background:url(../style/ias_weixin_03.jpg) left center no-repeat; font-size:16px;font-family:"微软雅黑"; color:#4b4b4b; }



/*微信box2*/

.weixinbox2 .main{ border-top:1px solid #ccc;border-bottom:1px solid #ccc;}

.weixinbox2 .con { padding:35px 0 0 566px; background:url(../style/ias_weixin_09.jpg) 130px 30px no-repeat; height:348px; }

.weixinbox2 .con h1{ color:#9f0000; font-size:30px;font-family:"微软雅黑"; font-weight:bold;}

.weixinbox2 .con h2{ color:#3c3c3c; font-size:24px;font-family:"微软雅黑"; font-weight:bold; margin:10px 0;}

.weixinbox2 .con h3{ color:#23282c; font-size:24px;font-family:"微软雅黑"; font-weight:bold;margin-bottom:5px;}

.weixinbox2 .con h4{ color:#23282c; font-size:18px;font-family:"微软雅黑"; margin-bottom:20px;}

.weixinbox2 .con p{ color:#595959; font-size:14px;font-family:"微软雅黑"; line-height:22px;}

.weixinbox2 .con p span{ font-size:20px;font-family:"微软雅黑"; font-weight:bold; color:#e44f2e;}





/*微信box3*/

.weixinbox3{ padding:10px;}

.weixinbox3 .title{}

.weixinbox3 .title h1{ font-size:30px; color:#9f0000; font-family:"微软雅黑"; font-weight:bold;}

.weixinbox3 .title h2{ font-size:24px; color:#3d3d3d; font-family:"微软雅黑";text-transform:uppercase;}

.weixinbox3 .title .more{ display:block; float:right; width:126px; text-align:center; font-size:14px; font-family:"微软雅黑"; color:#fff; line-height:38px; height:38px; background:#8d0000;}

.weixinbox3 .con{ margin-top:20px;}

.weixinbox3 .con .wxbox3a{position:relative;width:200px; padding:15px; overflow:hidden; text-align:center;}

.weixinbox3 .con .wxbox3a h1{ font-size:16px; font-family:"微软雅黑";  line-height:50px;}

.weixinbox3 .con .wxbox3a p{ line-height:24px; text-align:left;}

.weixinbox3 .con .wxbox3a .line_1,.weixinbox3 .con .wxbox3a .line_2,.weixinbox3 .con .wxbox3a .line_3,.weixinbox3 .con .wxbox3a .line_4{position:absolute;z-index:10;top:0;left:0;overflow:hidden; zoom:1;background-color:#930000;}

.weixinbox3 .con .wxbox3a .line_1{height:2px;width:0;}

.weixinbox3 .con .wxbox3a .line_2{width:2px;height:0;}

.weixinbox3 .con .wxbox3a .line_3{top:auto;right:0;bottom:0;left:auto;height:2px;width:0;}

.weixinbox3 .con .wxbox3a .line_4{top:auto;right:0;bottom:0;left:auto;width:2px;height:0;}



/*微信box4*/

.weixinbox4{ background:url(../style/ias_bg01_.jpg);width:100%; min-width:1100px; padding:30px 0 50px;}

.weixinbox4 .title { margin-bottom:20px;}

.weixinbox4 .title h1{ font-size:30px;color:#fff; font-family:"微软雅黑"; font-weight:bold;}

.weixinbox4 .title h1 span{ font-size:30px;color:#22a340; font-family:"微软雅黑"; font-weight:bold;}

.weixinbox4 .title h2{ font-size:22px;color:#aeaeae; font-family:"微软雅黑"; font-weight:bold;}

.weixinbox4 .con{}

.weixinbox4 .con .wxbox{ height:199px; width:343px;}

.weixinbox4 .con .wxbox p{ padding:60px 20px 0; color:#fff;font-family:"微软雅黑"; line-height:24px; text-align:left;font-size:14px; }

.weixinbox4 .con .wxbox4a{ background:url(../style/ias_weixin_23.png) no-repeat center center;}

.weixinbox4 .con .wxbox4b{ background:url(../style/ias_weixin_25.png) no-repeat center center;}

.weixinbox4 .con .wxbox4c{ background:url(../style/ias_weixin_27.png) no-repeat center center;}







/*邮箱box1*/

.youxiangbox1{  background:url(../style/ias_border.jpg) top repeat-x ; margin:20px 0 30px 0; width:100%; min-width:1100px;}

.youxiangbox1 .title{ text-align:center; background:url(../style/ias_ico01.jpg) center top no-repeat; padding-top:30px;}

.youxiangbox1 .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.youxiangbox1 .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico022.jpg) center bottom no-repeat; }

.youxiangbox1 .con{ margin:10px 0;}

.youxiangbox1 .con h1{ color:#ad0000;font-size:28px; font-family:"微软雅黑"; font-weight:bold;}

.youxiangbox1 .con p{ color:#464646;font-size:16px; font-family:"微软雅黑"; line-height:24px; margin:10px 0 30px; }





/*邮箱box2*/

.youxiangbox2 .title{ color:#3b3b3b; font-size:34px;font-family:"微软雅黑"; text-align:center;}

.youxiangbox2 .title .t1{ color:#ad0000; font-size:56px; margin-right:10px;}

.youxiangbox2 .title .t2{ color:#870000;font-family:"微软雅黑";font-weight:bold;}

.youxiangbox2 .title .t3{ color:#c67e01;font-family:"微软雅黑";font-weight:bold; margin-left:10px;}



/*邮箱box3*/

.youxiangbox3 .main{ border-top:1px solid #CCC; margin:20px auto; padding:20px 0;}

.youxiangbox3 .title { text-align:center;}

.youxiangbox3 .title h1{ color:#ad0000; font-size:34px;font-family:"微软雅黑";font-weight:bold; margin-bottom:10px; }

.youxiangbox3 .oon1{ padding-right:400px; background:url(../style/ias_youxiang_17.jpg) right center no-repeat; height:225px;}

.youxiangbox3 .oon1 h1{color:#ad0000; font-size:30px; font-family:"微软雅黑"; margin-top:30px; line-height:50px;}

.youxiangbox3 .oon1 p{ font-size:16px; line-height:24px;font-family:"微软雅黑";}

.youxiangbox3 .oon2{ position:relative; height:230px; background:url(../style/ias_youxiang_21.jpg) bottom center no-repeat;}

.youxiangbox3 .oon2 h1{color:#ad0000; font-size:30px; font-family:"微软雅黑"; margin-top:30px; line-height:50px;}

.youxiangbox3 .con3{ text-align:center; margin:20px;}





/*关于导航*/

.a-nav{ background:url(../style/ias_border.jpg) top repeat-x ; margin:20px 0;}

.location{ display:inline-block; float:right; text-align:left; height:52px; line-height:52px; background:url(../style/ias_ico10.jpg) left center no-repeat; padding-left:15px;}

.switchBox dt{ background:url(../style/ias_about_04.jpg) top repeat-x; height:52px; line-height:52px;}

.switchBox dt span,.switchBox dt a{color:#a4a4a4;cursor:pointer;float:left;font-size:16px;height:52px;line-height:52px;text-align:center;text-decoration:none;width:87px; font-family:"微软雅黑"; margin-left:8px;}
.switchBox dt span.on{width:auto;}
.switchBox dt span:hover,.switchBox dt a:hover{ color:#222;}

.switchBox dt .on{background:url(../style/ias_about_03.jpg) no-repeat; color:#930000;}
.switchBox dt .on h1{color:#930000;}

.switchBox dd{clear:both;height:auto; padding:20px 0 50px;}

/*关于box1*/

.a-box1{}

.ab11{ height:210px; padding-left:452px; background:url(../style/ias_who.jpg) left top no-repeat; margin-bottom:50px;}

.ab11 h1{ font-size:30px; color:#900000;font-family:"微软雅黑";font-weight:bold; margin:10px 0;}
.ab11 .h1{ font-size:30px; color:#900000;font-family:"微软雅黑";font-weight:bold; margin:10px 0;}
.ab12 .h1{ font-size:30px; color:#900000;font-family:"微软雅黑";font-weight:bold; margin:10px 0;}
.ab13 .h1{ font-size:30px; color:#900000;font-family:"微软雅黑";font-weight:bold; margin:10px 0;}
.ab11 p{ font-size:14px; font-family:"微软雅黑"; color:#696969; line-height:24px;}

.ab12{margin-bottom:50px;}

.ab12 .ab12r{ width:550px; float:right; margin-left:50px;}

.ab12r a{display:block;outline:none;position:relative;height:158px;width:158px;}

.ab12r .ibtn01{ background:url(../style/ias_ibtn01.png) top center no-repeat;}

.ab12r .ibtn02{ background:url(../style/ias_ibtn02.png) top center no-repeat;}

.ab12r .ibtn03{ background:url(../style/ias_ibtn03.png) top center no-repeat;}

.ab12r .ibtn04{ background:url(../style/ias_ibtn04.png) top center no-repeat;}

.ab12r .ibtn05{ background:url(../style/ias_ibtn05.png) top center no-repeat;}

.ab12r .ibtn06{ background:url(../style/ias_ibtn06.png) top center no-repeat;}

.ab12r a .hover{display:block ;opacity:0;filter:alpha(opacity=0);position:relative;top:0;left:0;height:100%;width:100%;}

.ab12r .ibtn01 .hover{background:url(../style/ias_ibtn01on.jpg) top center no-repeat;}

.ab12r .ibtn02 .hover{background:url(../style/ias_ibtn02on.jpg) top center no-repeat;}

.ab12r .ibtn03 .hover{background:url(../style/ias_ibtn03on.jpg) top center no-repeat;}

.ab12r .ibtn04 .hover{background:url(../style/ias_ibtn04on.jpg) top center no-repeat;}

.ab12r .ibtn05 .hover{background:url(../style/ias_ibtn05on.jpg) top center no-repeat;}

.ab12r .ibtn06 .hover{background:url(../style/ias_ibtn06on.jpg) top center no-repeat;}

.ab12 h1{ font-size:30px; color:#900000;font-family:"微软雅黑";font-weight:bold; padding:50px 0 10px;}

.ab12 p{ font-size:14px; font-family:"微软雅黑"; color:#696969; line-height:24px; margin-bottom:20px;}

.ab13{ padding-left:452px; background:url(../style/ias_up.jpg) 20px 20px no-repeat;}

.ab13 h1{font-size:30px; color:#900000;font-family:"微软雅黑";font-weight:bold;}

.ab13 .title{ font-size:14px; color:#696969;font-family:"微软雅黑";font-weight:bold; padding-left:10px; background:url(../style/ias_about_22.jpg) left center no-repeat; line-height:20px; height:20px; width:80px;}

.ab13 td,.ab13 td p{ line-height:20px; font-size:14px;font-family:"微软雅黑";}

.ab13 td{ padding:10px 0;}



/*关于box5*/

.a-box5l{ width:490px; float:left;}

.a-box5l h1{ font-size:24px; font-family:"微软雅黑"; font-weight:bold; color:#910000;}

.a-box5l h2{ font-size:18px; font-family:"微软雅黑"; font-weight:bold; color:#910000;}
.a-box5l .h2{ font-size:18px; font-family:"微软雅黑"; font-weight:bold; color:#910000;}

.a-box5l p{ margin-top:20px; color:#464646; font-size:14px; font-family:"微软雅黑"; line-height:22px; }

.a-box5l p a{ margin-right:10px;}

.a-box5r{ width:573px; float:right;}

.a-box5r .contxt{background:#fafafb; border:1px solid #eeeeed; padding:5px; line-height:30px; color:#666; font-family:"微软雅黑"; font-size:14px; width:260px;}

.a-box5r .btn{padding:5px 10px; border:1px solid #CCC; background:#e3e3e3; color:#333; font-family:"微软雅黑";}





/*案例box*/

.c-nav{ margin:20px 0; height:34px; line-height:34px;}

.c-nav a{ display:block;  text-align:center; background:#767676; color:#FFF; margin-right:15px; float:left;font-family:"微软雅黑"; font-size:14px;padding:0px 10px;}

.c-nav a:hover{ background:#222}

.c-nav a.on{ background:#c40001}

.caselist2{overflow: hidden;float: left;position: relative;width:258px;height:285px; text-align:center; margin:8px;_margin:4px; background:#fff;}

.caselist2 a{text-decoration: none;}

.caselist2 a:hover{cursor: pointer;}

.caselist2 a img{max-width:258px;height:196px; }

.caselist2 a:hover .CC{display: block;font-size: 12px;background: #a60000 url(../style/ias_on.png) center center no-repeat;filter:alpha(opacity=85);opacity:.85;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/color: #fff;position: absolute;margin: 0;width:100%;height:196px;top: 0;left:0;}

.caselist2 a .CC{display: none;}

.caselist2 h1{ font-size:16px; color:#2e2e2e; font-family:"微软雅黑"; line-height:30px;margin-bottom:5px; border-bottom:1px solid #ccc; text-align:left;}

.caselist2 p{text-align:center;}

.caselist2 span.s1{ background:url(../style/ias_pc.jpg) center center no-repeat; display:block; width:24px; height:24px; float:right;}

.caselist2 span.s2{ background:url(../style/ias_pc2.jpg) center center no-repeat; display:block; width:24px; height:24px; float:right;}

.caselist2 span.s3{ background:url(../style/ias_pc3.jpg) center center no-repeat; display:block; width:24px; height:24px; float:right;}



/*区域服务box*/

.ser{ padding:20px 0; border-top:1px solid #ccc;border-bottom:1px solid #ccc;}

.ser,.ser p{ font-size:14px; line-height:24px;}

.sernews-box{ padding:20px 0;border-bottom:1px solid #ccc;}

.sbox{ width:470px; float:left; margin:10px 40px;}

.sbox .title{ line-height:30px; padding:5px 0; border-bottom:1px solid #ccc; margin-bottom:10px;}

.sbox .title h1{ line-height:30px; height:30px; border-left:2px solid #55b7e8; padding-left:10px; font-size:18px;font-family:"微软雅黑";}

.sbox .title  a{ float:right; font-family:Arial, Helvetica, sans-serif; color:#dcdce2;}

.sbox .title  a:hover{ color:#de0000;}

.sbox .firnews{ height:102px; margin-bottom:10px;}

.sbox .firnews .newspic{ width:150px; height:100px; border:1px solid #ddd; float:left; margin-right:20px;}

.sbox .firnews .newspic img{max-width:150px; max-height:100px;}

.sbox .firnews  h1{ font-size:18px;font-family:"微软雅黑"; margin-bottom:15px;}

.sbox .firnews p{ line-height:20px; color:#999;}

.sbox  li{ line-height:30px; height:30px; font-size:14px;}

.sbox  li span{ float:right; color:#888; font-size:12px;}

.ser-case { margin:30px 0;}

.ser-case .title{ line-height:30px; padding:5px 0; border-bottom:1px solid #ccc; margin-bottom:10px;}

.ser-case .title{ line-height:30px; padding:5px 0; border-bottom:1px solid #ccc; margin-bottom:10px;}

.ser-case .title h1{ line-height:30px; height:30px; border-left:2px solid #930808; padding-left:10px; font-size:18px;font-family:"微软雅黑";}

.ser-case .title  a{ float:right; font-family:Arial, Helvetica, sans-serif; color:#dcdce2;}

.ser-case .title  a:hover{ color:#de0000;}



/*新闻box*/

.news .newslist{ height:75px; padding-top:25px; border-bottom:1px solid #eee; background:url(../style/ias_news_06.jpg) 1000px center no-repeat;}

.news .newslist .date { width:127px; float:left; border-right:1px solid #e5e5e5; text-align:center;}

.news .newslist .date h1{ font-size:30px;font-family:"微软雅黑"; }

.news .newslist .date h2{ font-size:16px;font-family:"微软雅黑";  }

.news .newslist .ncon{ width:780px; float:left; margin-left:30px;}

.news .newslist .ncon h1{font-size:16px;font-family:"微软雅黑"; line-height:24px;}

.news .newslist .ncon p{font-family:"微软雅黑"; line-height:24px;}

.news .newslist:hover{ height:75px; padding-top:25px; border-bottom:1px solid #eee; background:#860001 url(../style/ias_news_03.jpg) 1000px center no-repeat; color:#fff;}

.news .newslist:hover .date {border-right:1px solid #fff;}

.news .newslist:hover .date h1{ color:#fff;}

.news .newslist:hover .date h2{ color:#fff; }

.news .newslist:hover .ncon h1{color:#fff;}

.news .newslist:hover .ncon p{color:#fff;}





.page,.page p{ font-size:14px; font-family:"微软雅黑"; line-height:24px;}







/* side */

.side{position:fixed;width:54px;height:275px;right:0;bottom:30px;z-index:100;}

.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}

.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}

.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}

.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}

.side ul li img{float:left;}



.zhaopin{ background:url(../style/ias_about_ee.jpg) right top no-repeat;}

.zhaopin p{	color:#666;	font-size:12px;	line-height:23px;text-indent: 25px;	padding-bottom: 10px;font-family:"微软雅黑";}

.zhaopin h3{color: #333;font-size: 18px;font-weight: bold; font-family:"微软雅黑";}

.u2{padding:10px 0px 10px 23px;}

.u2 li{	font-size:12px;	color:#666;	line-height: 25px; font-family:"微软雅黑";}



.zhaopin h5{ font-size:14px; font-family:"微软雅黑"; font-weight:bold; line-height:24px;}

.zhaopin .hh td{ border:1px solid #69C; border-right: none;border-bottom: none;}

.zhaopin .hh2 td{ border:1px solid #CCC;border-right: none;}









.zhifubox{position:relative;width:300px; padding:15px; overflow:hidden; text-align:center; float:left; margin:0 100px;}

.zhifubox .line_1,.zhifubox .line_2,.zhifubox .line_3,.zhifubox .line_4{position:absolute;z-index:10;top:0;left:0;overflow:hidden; zoom:1;background-color:#930000;}

.zhifubox .line_1{height:2px;width:0;}

.zhifubox .line_2{width:2px;height:0;}

.zhifubox .line_3{top:auto;right:0;bottom:0;left:auto;height:2px;width:0;}

.zhifubox .line_4{top:auto;right:0;bottom:0;left:auto;width:2px;height:0;}



.zhifu .title{ text-align:center; padding-top:30px;margin-bottom:30px;}

.zhifu .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.zhifu .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico02.jpg) center bottom no-repeat; margin-bottom:10px;}

.zhifu .title p{ font-size:16px; color:#4c4c4c;font-family:"微软雅黑";}





.culture{ padding-top:20px}

.culture .title{ text-align:center; padding-top:30px;margin-bottom:30px;}

.culture .title h1{ font-size:30px; color:#930000; font-family:"微软雅黑"; font-weight:bold;}

.culture .title h2{ font-size:18px; color:#595959; font-family:"微软雅黑";text-transform:uppercase; padding:0 0 10px 0; background:url(../style/ias_ico02.jpg) center bottom no-repeat; margin-bottom:10px;}

.culture .title p{ font-size:16px; color:#4c4c4c;font-family:"微软雅黑";}

.culture .cubox1{ clear:both;}

.culture .cubox1 .cubox1p{ float:left; margin-right:50px;}

.culture .cubox1 .cubox1c{ float:left; width:780px;}

.culture .cubox1 .cubox1c h1{color:#930000;font-size:26px;	font-family:"微软雅黑";	margin-bottom:30px;	font-weight:bold;}
.culture .cubox1 .cubox1c .h1{color:#930000;font-size:26px;	font-family:"微软雅黑";	margin-bottom:30px;	font-weight:bold;}

.culture .cubox1 .cubox1c p{font-family:"微软雅黑";font-size:14px;color:#666;padding-bottom:10px;margin-top:10px;}

.culture .cubox2{ clear:both; margin:50px 0;}

.culture .cubox2 .cubox2p{ float:right; margin-left:50px;}

.culture .cubox2 .cubox2c{ float:right; width:780px; text-align:right;}

.culture .cubox2 .cubox2c h1{color:#999;font-size:26px;	font-family:"微软雅黑";	margin-bottom:10px;	font-weight:bold;}

.culture .cubox2 .cubox2c h1 span{color:#930000;font-family:"微软雅黑";}

.culture .cubox2 .cubox2c p{font-family:"微软雅黑";font-size:14px;color:#666;padding-bottom:10px;margin-top:10px;}





.stre_title {

	height:80px;

	padding:10px 0 0 0;

	background:url(../style/ias_title_bg2.jpg) no-repeat center bottom;

	border-bottom:solid 2px #dbdbdb

}

.stre_video {

	width:100%;

	position:relative;

	height:829px;

	overflow:hidden;

	min-width:1200px

}

.stre_videos {

	position:absolute;

	z-index:2

}

.stre_bg {

	width:100%;

	position:absolute;

	z-index:3

}



.busi_title {

	height:80px;

	padding:80px 0 0 0;

	background:url(../style/ias_title_bg1.jpg) no-repeat center bottom;

	border-bottom:solid 2px #dbdbdb

}



.stre_nr {

	width:1200px;

	height:455px;

	margin:0 auto;

	padding:212px 0 0 0

}

.stre_nr li {

	width:300px;

	float:left;

	text-align:center;

	color:#fff;

	line-height:70px;

	font-size:18px;

	font-weight:bold

}

.stre_nr li span {

	color:#fff;

	background:url(../style/ias_yuan.png) center center no-repeat;

	width:209px;

	height:218px;

	line-height:218px;

	display:block;

	margin:0 auto;

	font-size:120px;

	font-family:"微软雅黑"

}

.stre_nr li a {

	color:#fff;

	font-weight:normal

}





.busi_t {

	width:205px;

	height:80px;

	margin:0 auto;

	border-bottom:solid 2px #e70012;

	text-align:center;

	font-size:30px;

	line-height:78px

}



/*---------------------------------*/

.index_pp1{width:100%; margin:0 auto; height:562px; margin-top:70px; background:url(../style/ias_index_pp1.jpg) top center no-repeat #e8e8e8}



.index_pp1_a{width:175px; height:180px;  margin-left:48px; text-align:center; position:relative; top:290px; float:left}

.index_pp1_a .h1{font-size:70px; color:#900; font-weight:bold; line-height:60px;}

.index_pp1_a .h2{font-size:38px;}

.index_pp1_a .h3{font-size:50px; font-weight:bold; color:#900; line-height:45px;}

.index_pp1_a .h1{font-size:70px; color:#900; font-weight:bold; line-height:60px;}


.index_pp1_a .h2{font-size:38px;}

.index_pp1_a .h3{font-size:50px; font-weight:bold; color:#900; line-height:45px;}







.index_pp1_b{float:left; position:relative; width:418px; height:200px; margin-left:115px; top:270px}

.index_pp1_b .h1{text-align:center; font-size:24px; font-weight:bold; color:#000; line-height:36px;}

.index_pp1_b .h2{line-height:32px; font-size:14px; padding-left:5px;}

.index_pp1_b .h2 strong{font-size:18px; color:#900}

.index_pp1_b .h1{text-align:center; font-size:24px; font-weight:bold; color:#000; line-height:36px;}

.index_pp1_b .h2{line-height:32px; font-size:14px; padding-left:5px;}

.index_pp1_b .h2 strong{font-size:18px; color:#900}



.index_pp1_c{width:175px; height:180px;  margin-left:120px; text-align:center; position:relative; top:280px; float:left}

.index_pp1_c .h1{font-size:70px; color:#900; font-weight:bold; line-height:60px;}

.index_pp1_c .h2{font-size:28px; line-height:32px;}

.index_pp1_c .h3{font-size:50px; font-weight:bold; color:#900; line-height:45px;}

.index_pp1_c .h1{font-size:70px; color:#900; font-weight:bold; line-height:60px;}

.index_pp1_c .h2{font-size:28px; line-height:32px;}

.index_pp1_c .h3{font-size:50px; font-weight:bold; color:#900; line-height:45px;}



.index_pp2{width:100%; margin:0 auto; height:730px; background:url(../style/ias_index_pp2.jpg) top center no-repeat}

.index_pp2_a{float:left; position:relative; top:170px; height:120px; width:330px; line-height:28px; font-size:18px; color:#333}

.index_pp2_a strong{ color:#900}



.index_pp2_b{

	float:left;

	position:relative;

	height:90px;

	width:120px;

	top:150px;

	margin-left:430px

}

.index_pp2_b h1{ font-size:18px; font-weight:bold; color:#ec8622; line-height:26px;}

.index_pp2_b li{ list-style:circle; line-height:20px; font-size:14px; color:#ec8622}

.index_pp2_b .h1{ font-size:18px; font-weight:bold; color:#ec8622; line-height:26px;}
.index_pp2_b .h2{ font-size:18px; font-weight:bold; color:#ec8622; line-height:26px;}



.index_pp2_c{float:left; width:150px; height:100px; clear:both; position:relative; top:420px;}

.index_pp2_c h1{font-size:18px; font-weight:bold; color:#333; line-height:26px;}

.index_pp2_c .h1{font-size:18px; font-weight:bold; color:#333; line-height:26px;}
.index_pp2_c .h2{font-size:18px; font-weight:bold; color:#333; line-height:26px;}

.index_pp2_c li{ list-style:circle; line-height:20px; font-size:14px; color:#333}



.index_pp3_c{

	float:left;

	width:150px;

	height:100px;

	margin-left:690px;

	position:relative;

	top:420px;

}

.index_pp3_c h1{font-size:18px; font-weight:bold; color:#00989d; line-height:26px;}

.index_pp3_c .h1{font-size:18px; font-weight:bold; color:#00989d; line-height:26px;}
.index_pp3_c .h2{font-size:18px; font-weight:bold; color:#00989d; line-height:26px;}

.index_pp3_c li{ list-style:circle; line-height:20px; font-size:14px; color:#00989d}



.wzjs_1{width:1100px; margin:20px auto}

.wzjs_1_t{width:1100px; margin:0 auto; text-align:center}

.wzjs_1_t h1{font-size:36px;font-weight:bold;color:#333}

.wzjs_1_t h2{ font-size:24px; line-height:40px}

.wzjs_1_t h2 span{ color:#900}

.wzjs_1_t .h1{font-size:36px;font-weight:bold;color:#333}

.wzjs_1_t .h2{ font-size:24px; line-height:40px}

.wzjs_1_t .h2 span{ color:#900}

.wzjs_1_cont{width:1100px; height:523px; margin:0 auto; background:url(../style/ias_wzjs_1.jpg) top center no-repeat}

.wzjs_1_left{width:550px; float:left; height:523px;}

.wzjs_1_left_t{

	width:240px;

	height:60px;

	margin-left:80px;

	color:#333;

	font-size:20px;

	font-weight:bold

} 

.wzjs_1_left_t strong{

	font-size:40px;

	color:#025196

}

.wzjs_1_left_01{float:left; width:300px; clear:both; margin-top:33px; text-align:right; font-size:18px;}

.wzjs_1_left_02{float:left; width:270px; clear:both; margin-top:33px; text-align:right; font-size:18px;}

.wzjs_1_left_03{float:left; width:255px; clear:both; margin-top:33px; text-align:right; font-size:18px;}

.wzjs_1_left_04{float:left; width:255px; clear:both; margin-top:33px; text-align:right; font-size:18px;}

.wzjs_1_left_05{

	float:left;

	width:262px;

	clear:both;

	margin-top:33px;

	text-align:right;

	font-size:18px;

}

.wzjs_1_left_06{

	float:left;

	width:290px;

	clear:both;

	margin-top:33px;

	text-align:right;

	font-size:18px;

}



.wzjs_1_right{width:550px; float:right; height:523px;}

.wzjs_1_right_t{

width:360px;

	height:60px;

	margin-left:180px;

	color:#333;

	font-size:20px;

	font-weight:bold

} 

.wzjs_1_right_t strong{font-size:40px; color:#900}

.wzjs_1_right_01{float:right;width:310px;clear:both;margin-top:33px;text-align:left;font-size:18px;}

.wzjs_1_right_02{

	float:right;

	width:278px;

	clear:both;

	margin-top:33px;

	text-align:left;

	font-size:18px;

}

.wzjs_1_right_03{

	float:right;

	width:260px;

	clear:both;

	margin-top:40px;

	text-align:left;

	font-size:18px;

}

.wzjs_1_right_04{

	float:right;

	width:260px;

	clear:both;

	margin-top:33px;

	text-align:left;

	font-size:18px;

}

.wzjs_1_right_05{

	float:right;

	width:270px;

	clear:both;

	margin-top:33px;

	text-align:left;

	font-size:18px;

}

.wzjs_1_right_06{

	float:right;

	width:293px;

	clear:both;

	margin-top:33px;

	text-align:left;

	font-size:18px;

}



.wzjs_2{width:1100px; height:1120px;  margin-bottom:40px; padding-bottom:40px; border-bottom:#ddd 1px solid}

.wzjs_2_t{ text-align:center; padding-top:20px; padding-bottom:20px; background:#efefef ;}

.wzjs_2_t h1{ font-size:36px; font-weight:bold; color:#333}

.wzjs_2_t h2{ color:#333; font-size:18px; font-weight:bold; line-height:40px;}

.wzjs_2_t h2 span{ color:#900}

.wzjs_2_t .h1{ font-size:36px; font-weight:bold; color:#333}

.wzjs_2_t .h2{ color:#333; font-size:18px; font-weight:bold; line-height:40px;}

.wzjs_2_t .h2 span{ color:#900}





.map_main { overflow:hidden; border:solid 5px #F0F0F0; margin:10px 0; padding-bottom:10px; }

.sitemap_con { width:845px; margin:0 auto; color:#666;}

.sitemap_con .map_top { border-bottom:solid 1px #ccc; }

.sitemap_con .map_top img { float:left;}

.site_r_link { width:120px; margin-top:45px;/*上边界根据需要进行调整*/ border:1px solid #cdcdcd; background:#F8F8F8; padding:5px 10px; float:right; } /*网站地图，显示方式样式，上边界根据需要进行调整*/

.site_plc { background:url(../style/IIg_ico27.gif) no-repeat 0 8px; padding:5px 0; text-indent:10px;}

.sitemap_con h4 { line-height:30px; font-weight:bold;}

.b4 { border:solid 1px #E0E0E0;}

.b4 ul { padding:0 11px;}

.b4 li { float:left ; line-height:25px; width:164px; white-space:nowrap; overflow:hidden; }

.b4 li a { color:#666;}

.b4 li a:hover { color:#0F6BD6;}





.xgnews{ margin:20px auto;}

.xgnews-tit{ height:40px; line-height:40px; background:url(../style/ias_xgnews.png); border:1px solid #CCC; padding-left:20px; font-weight:bold;}

.xgnews-con{ border:1px solid #CCC; border-top:none; padding:10px 20px;}

.xgnews-con li{ width:48%; float:left; height:30px; line-height:30px; margin-left:20px;}

.xgnews-con li span{ float:right;}


.htdBox{padding-top:30px;padding-bottom:30px; background:#18a2d4; height:auto; overflow:hidden;}
.htdBox .public-title-Box .en-title,.htdBox .en-title span,.htdBox .public-title-Box p,.htdBox .public-title-Box .cn-title a{color:#fff;}
.htdBox .public-title-Box .en-title span{background:#fff;}
.htdListBox{padding-top:20px;}
.htdListBox .show-lg-list{color:#fff; float:left; width:280px; margin-right:16px; }
.htdListBox .show-lg-title{font-size:22px; padding-top:10px; position:relative;width:280px; height:48px;}
.htdListBox .show-lg-title .zi{font-size:22px; float:left;line-height:48px; height:48px;color:#fff;}
.htdListBox .show-lg-title .icon{background:url(../images/icon_01_index.png)no-repeat; background-position:0px 0px; height:48px; width:58px; margin-left:20px;float:left;display:block;}
.htdListBox .show-lg-center{line-height:30px; font-size:16px; min-height:90px; padding:15px 0px;color:#fff;}
.htdListBox .show-lg-more{width:160px; height:30px; line-height:30px; display:block; font-size:14px; padding:0px 8px; color:#18a1d4; background:url(../images/showmore.png) 140px center no-repeat #fff;}
.htdListBox .show-lg-list:hover .icon{background:url(../images/icon_01_index.png) no-repeat; background-position:0px -78px;}
.htdListBox .show-lg-list:hover .show-lg-more{background:url(../images/showmore.png) 140px center no-repeat #f0831e; color:#fff; }

.titw { width:auto; height:102px; text-align:center; color:#fff; margin-bottom:20px; background:url(../images/titbgw.png) center 69px no-repeat;}
.titw b{font-family:Impact; font-size:44px;}
.titw .h2{ font-size:24px; margin:0 auto;color:#fff;}
.titw p{ font-size:14px; line-height:25px; margin-top:5px;color:#fff;}

.htdListBox{width:1168px;margin:0px auto;}


/*advantages--优势-- start*/
.ww {
    width: 1024px;
    margin: 0 auto;
}
.pr {
    position: relative;
}
.rpa {
    position: absolute;
}
.am1dl1 {
    top: 30px;
    left: 44px;
}

.advantages{
	height:1384px;
	background:#f2f2f3
}
.advantages_m_t{
	position:relative;
	height:136px
}
.advantages_m_t .a_big{
	font-size:78px;
	font-weight:bold;
	color:#fdd000;
	position:absolute;
	top:16px;
	left:51px
}
.advantages_m_t .a_title{
	font-size:36px;
	color:#0068ae;
	position:absolute;
	top:25px;
	left:340px	
}
.advantages_m_t .a_english{
	font-size:13px;
	color:#9fa0a0;
	position:absolute;
	top:85px;
	left:340px	
}

.advantages_m_1{
	height:281px;
}
.advantages_m_2{
	height:270px;
	background:url(../images/advantages_m.png) center top no-repeat
}
.advantages_m_2 .advantages_m_2img{
	margin:60px 0 0 52px
}
.advantages_m_3{
	height:325px;
}
.advantages_m_4{
	background:url(../images/advantages_m.png) center top no-repeat;
	height:295px;
}
.advantages_m_4 .advantages_m_4img{
	margin:21px 0 0 5px
}
.aul{
	margin-top:15px;
	width:447px;
	height:233px;
	background:url(../images/aul.gif) center no-repeat
}
.aul li{
	height:50px;
	line-height:50px;
	margin-top:5px;
	font-size:15px;
	color:#fff;text-align:left;
	padding-left:35px
}
.amdl dt{
	height:60px
}
.amdl dd .fl{width:auto;}
.amdli{
	margin-right:15px
}
.amdli.fl{width:auto;}
.blue {
    color: #004ea2;
}
.yellow {
    color: #780001;
}
.amdli:hover {
    transform: rotate(360deg);
	-moz-transform:rotate(360deg);/* Firefox 4 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	-o-transform:rotate(360deg);/* Opera */
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
	-o-transition: all 0.5s ease 0s; /* Opera */
}

.amdl em{
	font-style:normal;
	font-size:12px;
	color:#9fa0a0
}
.amdl span{
	font-size:18px;
}
.amdl span strong{
	font-size:24px
}
.amdl dd{
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#595757;
	background:url(../images/ico01.gif) left center no-repeat;
	padding-left:40px
}
.am1dl1{
	top:15px;
	left:44px
}
.am1dl2{
	top:50px;
	right:44px
}
.am1dl3{
	top:30px;
	left:44px
}
.am1dl3 dd{
	height:57px;
	background:url("../images/ico01.gif") left 8px no-repeat
}
.am1dl4{
	top:60px;
	right:44px
}


/*advantages--优势-- stop*/


.wzjs_top {
	display: block;margin:0px auto;
	margin-bottom: 10px;width:1100px;
}

.wzjs_top ul li {
	width: 47.8%;
	float: left;
	margin: 10px 1% 15px 1%;
	border: 1px solid #DCDCDC;
	padding-bottom: 20px;
	transition: .6s;
	background: url(../images/wzjs_top_li_bg.png) no-repeat right top #fff;
}

.wzjs_top ul li .h2 {
	padding: 30px 0;
	text-align: center;
	font-size: 30px;
	color: #606060;
}

.wzjs_top ul li .h3 {
	overflow: hidden;
	position: relative;height:101px;
}
.wzjs_top ul li .h3 img{height:100%;}
.wzjs_top_info{
	display: block;
	position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
}
@font-face {
	font-family:font_wj;
	src: url(../fonts/font_wj.ttf);
}
.wzjs_top_info span{
	float: left;
	display: block;
    height: 100%;
    line-height:115px;
    font-size:50px;
    color: #fff;
    font-family: font_wj;
    font-weight: normal;
    text-indent: 10px;
	width: 50%;
}
.wzjs_top_info samp{
	float: right;
	display: block;
	height: 100%;
    font-size: 15px;
    padding-top: 24px;
    color: #fff;
	font-family: "寰蒋闆呴粦";
	width: 50%;
}
.wzjs_top ul li h3 img {
	width: 100%;
}

.wzjs_top ul li p {
	display: block;
	width: 48%;
	float: left;
	border: 1px solid #DCDCDC;
	border-top: 0;
	border-left: 0;
	padding: 20px 0;
	font-size: 16px;
	color: #646464;
	padding-left: 10px;
}

.wzjs_top ul li:hover {
	box-shadow: 3px 0px 7px 2px #666;
}

.wzjs_top ul li p:nth-child(even) {
	border-right: 0;
}

.wzjs_top ul li p img {
	margin-right: 15px;
	transition: .6s;
}

.wzjs_top ul li p:hover img {
	transform: translateX(10px);
}


.reason{overflow:hidden;width:1080px;margin:0px auto;}
.reason .tab_c{width:804px;height:360px;overflow:hidden}
.reason .tab_t{width:276px;height:360px;overflow:hidden}
.reason .tab_t li{background:url(../images/sdw_74.jpg) no-repeat;height:60px;font-size:20px;font-family:"微软雅黑";border-bottom:1px solid #494c4c;overflow:hidden}
.reason .tab_t li a,.reason .tab_t li a:hover{color:#9e9d9d;text-decoration:none;display:block;overflow:hidden;*zoom:1}
.reason .tab_t li span{font:italic 36px/60px "Times New Roman",Times,serif;vertical-align:middle;margin:5px 10px 0 20px;text-shadow:1px 1px 0 #1e1e1e}
.reason .tab_t .current a,.reason .tab_t li a:hover{background:url(../images/sdw_75.jpg) no-repeat;color:#fff}

/******我们的实力**********/
.iwrap{width:1170px;margin:0px auto;}
.shilibox{padding:35px;position:relative; height:577px;margin-top:30px; background:url(../images/shilibg.jpg) top center no-repeat; margin-bottom:30px;}
#particles-js canvas{display:block;vertical-align:bottom; }
#particles-js{position:absolute;left:0px;top:0px;width:100%;height:577px;}
.shilibing{width:580px; height:430px; color: #fff; float:left; background:url(../images/shili.png) left top no-repeat; background-size:480px auto;position:relative; z-index:99999; margin-top:30px;}
.digital{width:550px; height:400px; color: #fff; float:right;position:relative; z-index:99999; margin-top:30px;}
.digital li{width:100%; display: inline-block; margin: 10px auto;}
.digital p{font-size: 16px; width:285px; float:right; margin-top:25px;color:#fff;}
.digital .mun_top{float: left; width:250px;}
.digital .mun_top .count-title{font-size:88px; font-weight:500; color:#ff9600;}
.digital .mun_top .count-title2{font-size:88px; font-weight:500; color:#ff9600;}
.count-title{ background:url(../images/slcoin.png) 220px 10px no-repeat;}
.count-title2{ background:url(../images/slcoin2.png) 160px 5px no-repeat;}
.fotdidaohang{ height:45px; line-height:45px; font-size:14px; text-align:center; background-color:#4f4f4f;color:#eee}

.fotdidaohang a{ padding:0 32px; color:#eee}

.fotdidaohang a:hover{ padding:0 32px; color:#fff}


.bannerr{height:690px; background:url(../images/banner1.jpg) no-repeat center 0;}
/**/
.bannerr{height:690px; background:url(../images/banner1.jpg) no-repeat center 0;}
.fbann{width: 1000px; height: 230px; overflow: hidden; margin: 0 auto;}
.fbann img{width: 1000px; height: 230px;}

/*解决营销难题*/
.nanti{background:url(../images/nanti.jpg) no-repeat center top;text-align: center;height:765px; font-family:"Microsoft YaHei","微软雅黑";}
.nanti .content{position:relative;}
.nanti h1{font-size:36px;line-height: 50px;height: 80px;text-align: center;color: #040000;font-weight: bold; padding-top:60px;}
.nanti h1 em{font-size:36px;text-align: center;color: #2d2d2d;font-weight: normal;display:block;}
.nanti p{font-size: 24px;text-align: center;color: #040000;font-weight: bold; position:absolute;}
.nanti .wt01{left:145px;top:260px;}
.nanti .wt02{left:732px;top:305px;}
.nanti .wt03{left:38px;top:505px;}
.nanti .wt04{left:820px;top:490px;}

/*解决营销难题*/
.jiejue{background:url(../images/jiejue.jpg) no-repeat center top;height:670px; font-family:"Microsoft YaHei","微软雅黑";}
.jiejue .content{position:relative;}
.jiejue .h2{font-size:36px;line-height: 80px;height: 100px;text-align: center;color: #fff;font-weight: bold; padding-top:85px;}
.jiejue .h2 em{font-size:80px;text-align: center;color: #fff;font-weight: bold;}
.jiejue .h3{font-size:30px;line-height: 40px;text-align: center;color: #fff;font-weight:normal;padding-bottom:95px;}
.jiejue .h3 em{text-align: center;color: #fff;font-weight:normal;display:block;}
.jiejue dl{color: #fff;width:333px;height:165px;float:left;}
.jiejue dt{font-size:20px;color: #040000;width:105px;height:165px;float:left;font-weight: bold; padding-top: 95px;text-align: center;}
.jiejue dd{font-size:16px;color: #040000;;width:165px;height:165px; line-height: 26px;float:left; padding: 30px 0px 0px 30px;font-weight: 700;}
.jiejue p{font-size:16px;color: #fff;padding-top:40px;}
/*小程序*/
.xcx{background:url(../images/xcx.jpg) no-repeat center bottom;height:664px; font-family:"Microsoft YaHei","微软雅黑"; padding:88px 0 0;}
.xcx .content{position:relative;}
.xcx .h2{font-size:32px;line-height: 58px;height: 172px;text-align: center;color: #040000;font-weight: bold;}
.xcx .h2 em{font-size:32px;text-align: center;color: #040000;font-weight: normal;display:block;}
.xcx .h2 span{font-size:36px;font-weight: bold;}
.xcx .h2 em i{color: #f06000;font-style: normal;}
.xcx dl{width:240px;height:176px;color: #040000;float:left; padding:72px 10px 0 10px;font-weight: 500;}
.xcx dl dt{font-size:18px;color: #040000;font-weight: bold; }
.xcx dl dt em{display:block; }
.xcx dl dd{font-size:16px;color: #040000;line-height: 26px;    padding: 20px 0 0;}
/*小程序banner*/
.xcxban{height:230px; background:url(../images/xcxban.jpg) no-repeat center 0;}

.tgqd{background:url(../images/tgqd.jpg) no-repeat center top;height: 834px; padding-top: 40px;}
.tgqd ul{ padding-top:30px;}
.tgqd .h2{height: 164px;text-align: center;font-size: 36px;color: #040000;font-weight: normal;}
.tgqd .h2 span{font-size: 42px;font-weight: bold;}
.tgqd .h2 em{display: block;padding-top: 12px;}
.tgqd .h2 em i{color: #f06000;font-style: normal;}
.tgqd .h3{height: 113px;font-weight: normal;font-size: 18px;color: #040000;}
.tgqd li{font-size: 21px;color: #040000;float: left;width: 250px;text-align: center;height: 140px;}
.tgqd li:hover{color: #ce0000;}

.g_vs{background:url(../images/vsbg.jpg) no-repeat center top;height: 916px;}
.g_vs .h2{height: 180px;text-align: center;font-size: 37px;color: #040000;font-weight: normal;}
.g_vs .h2 em{display: block;padding-top: 12px;}
.g_vs .h2 em i{color: #f06000}
.g_vs .h3{height: 566px;font-weight: normal;font-size: 18px;color: #040000;}
.g_vs span a{display: block;background:url(../images/btn.png) no-repeat 260px 6px;padding-left: 320px;height: 52px;line-height: 52px;font-size: 24px;color: #040000;font-weight: bold;text-decoration: none;}

.header, .content, .footer {
    width: 1000px;
    margin: 0 auto;
}
.g_xban{background:url(../images/xban2.jpg) no-repeat center top;height: 787px; padding-top: 70px;}
.g_xban .h2{height: 80px;text-align: center;font-size: 42px;color: #040000;font-weight: normal;}
.g_xban p{text-align: center;font-size: 24px;color: #040000;}
.g_xban span{position: absolute;left:570px;top:642px;background: #f08200;width: 286px;height: 64px;line-height: 64px;text-align: center;font-size: 24px;color: #fce6cc;font-weight: bold;}
.g_xban span a{color: #fce6cc;}

.g_pk{background:url(../images/pkbg.jpg) no-repeat center top;height: 708px; padding-top: 65px;}
.g_pk .h2{height: 218px;text-align: center;font-size: 30px;color: #040000;font-weight: normal;}
.g_pk .h2 b{display: block;font-size: 42px;color: #f08200;}
.g_pk .m_pk{margin-left: 257px;}
.g_pk .pk01{float: left;width: 363px;}
.g_pk .pk02{float: left;width: 373px;}
.g_pk .m_pk li{font-size: 18px;line-height: 26px;color: #040000;}
.g_pk .m_pk .li01{height: 65px;}
.g_pk .m_pk .li02{height: 78px;}
.g_pk .m_pk .li03{height:92px;}
.g_pk .m_pk .li04{height: 90px;}
.g_pk .m_pk .li05{height: 75px;}








.f_pr{position: relative;}
.f_fw{ font-family:"Microsoft Yahei" }
em,i{font-style: normal;}

.section .sTitle{font:bold 36px/36px "微软雅黑";padding:15px 0;border-bottom:1px solid #cfcfcf;text-align:center;}
.section .sTitle a,.section .sTitle a:hover,.section .sTitle:visited{text-decoration:none;}
.section .sTitle span{color:#e60202;}
.yunyin .banner{background:url(../images/sdw_yy_06.jpg) no-repeat top center;height:429px;}
.yunyin .mainCon{margin-top:-26px;}


.yunyin .step .sContent{padding:10px 0;}
.yunyin .step ul{background:url(../images/sdw_yy_63.jpg) no-repeat;padding:0 0 0 90px;margin:10px 155px 30px 69px;font-size:14px;line-height:22px;}
.yunyin .step h3{font-size:14px;padding-top:8px;font-weight:bold;}
.yunyin .step li{margin-bottom:27px;}
.yunyin .step li.marReset{margin-bottom:30px;}


.yunyin{background:#fff;width:1100px;margin:0px auto;}
.yunyin .odds{padding-bottom:10px;}
.yunyin .odds table{width:892px;margin:20px auto;font-size:14px;line-height:22px;}
.yunyin .odds table td{border:1px solid #fff;background:#e8e9ea;padding:7px 10px;}
.yunyin .odds .vTitle-s1{background:#22aeec;font-size:24px;text-align:center;border:1px solid #fff;height:34px;color:#fff;font-family:"微软雅黑";}
.yunyin .odds .vTitle-s2{background:#f06601;}
.yunyin .odds .hTitle{border:1px solid #fff;background:#e8e9ea;padding-left:28px;font-size:14px;font-weight:bold;}
.yunyin .odds .conColor{background:#fbe6d7;}



/*头部*/
.jjtg1{ width:1000px; height:65px; margin:30px auto;}
#jjtg1a{ width:276px; height:50px; float:left; margin-top:7px;}
.jjtg1b{ width:276px; height:65px; float:left; margin-left: 120px;}
.jjtg1c{ height:45px; line-height:22px; font-size:16px; color:#333; float:right; margin-top:10px; font-family:"微软雅黑"; background: url(../images/ias_jjtg03.png) no-repeat; text-indent:55px;}
.jjtg2{ width:100%; height:42px; background: url(../images/ias_top5.jpg) repeat-x;}
.jjtg2a{ width:1000px;}
.jjtg2a li{float:left;text-align:center;background:url(../images/ias_top6.gif) no-repeat right; } 
.jjtg2a li a{ color:#ffffff;line-height:42px; text-align:center; font-size:13px; height:42px; display:block; font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif;}
.jjtg2a li a:hover{ display:block; background:url(../images/ias_top7.jpg) no-repeat center; color:#FFFFFF;}
.jjtg2a li a span{ display:block; float:left; margin-left:17px; margin-right:17px;}
#jjtg2a-2{ background:url(../images/ias_top7.jpg) no-repeat center; color:#FFFFFF;}
.jjtg3{ width:100%;}
.jjtg3 img{ width:100%;}
/*竞价烦恼*/
#jjtg8{ width:100%; height:530px; background: url(../images/ias_jjtg61.jpg);}
.jjtg8a{ width:1000px;margin:0px auto;}
.jjtg8a-1{ width:1000px; height:60px; line-height:60px; font-family:"微软雅黑"; font-weight:bold; font-size:30px; color:#333;}
.jjtg8a-1 span{color:#f4831d; font-size:34px; line-height:60px;}
.jjtg8a-3{ width:1000px ;margin:0px auto;overflow:hidden; margin-top:30px;}
.jjtg8a-3a{ width:280px; height:408px; float:left; background:url(../images/ias_jjtg60.jpg); margin-top:15px;}
.jjtg8a-3b{ width:718px; height:408px; float:right; background:url(../images/ias_jjtg62.jpg);}
.jjtg8a-3b ul{ margin-top:60px; margin-left:40px;}
.jjtg8a-3b li{ width:408px; float:left; background: url(../images/ias_jjtg63.jpg) no-repeat center left; height:40px; margin-top:10px;}
.jjtg8a-3b li p{ line-height:40px; width:200px; height:39px; font-size:18px; font-family:"微软雅黑"; color:#000000; font-weight:bold; border-bottom:1px solid #dfddde; float:left; margin-left:20px;}
.jjtg8a-3b li p span{color:#f4831d;}
/*解决方案*/
#jjtg9{ width:100%; height:660px; margin-top:30px;}
.jjtg9a{ width:1000px;color:#333;}
.jjtg9a-1{ width:1000px;}
.jjtg9a-0{ margin:0px auto;margin-top:50px; line-height:20px;}
.jjtg9b{ width:100px; height:40px; line-height:40px; font-family:"微软雅黑"; font-weight:bold; font-size:20px; text-align:center; color:#F4831D;}
.jjtg9c{ background:#E6E6E6;}
.jjtg9d{ background:#A4FFFF;}
.jjtg9e{ background:#FFC1C1;}
.jjtg9g{ background:#FFDDB3;}
#jjtg9 p{ margin:10px; color:#333;}
.jjtg9f{ text-align:center; font-family:"微软雅黑"; font-size:20px; font-weight:bold;}
/*服务优势*/
#jjtg4{ width:100%; margin:20px auto;}
.jjtg4a{ width:100%; height:50px; line-height:50px; font-size:25px; text-align:center; color:#333; font-family:"微软雅黑";}
.jjtg4a span{ color:#f4831d}
.jjtg4b{ width:100%; height:3px; background:url(../images/ias_jjtg07.png) no-repeat center; margin-top:10px; }
.jjtg4c{ width:1000px; margin:0px auto;margin-top:30px;}
.jjtg4c p{ text-align:center; font-size:18px; color:#333; line-height:30px;font-family:"微软雅黑";}
.jjtg4d{ width:1000px; margin:0px auto;margin-top:50px;overflow:hidden;}
.jjtg4d li{ width:250px; float:left;}
.jjtg4d li img{ width:100px; height:116px; float: left; margin-left:75px;}
.jjtg4d li span{ width:200px; font-family:"微软雅黑"; font-size:22px; color:#FF8C00; line-height:30px; float:left; text-align:center; margin-top:20px;margin-left:25px;}
.jjtg4d-1{ width:200px; height:1px; background:url(../images/ias_jjtg12.jpg); margin-top:10px; float:left;margin-left:25px;}
.jjtg4d li p{ width:200px; font-size:14px; color:#333; line-height:25px; margin-top:20px; float:left;margin-left:25px;}
.jjtg4e{ width:950px;margin:0px auto; margin-top:50px;}
.jjtg4e p{ width:950px; line-height:50px; font-size:28px; color:#FF8C00;font-family:"微软雅黑"; font-weight:bold;}
.jjtg4e-1{ width:950px; line-height:50px; font-size:18px; color:#333; margin:0 auto; display:block; border-bottom:1px solid #FF8C00;}
.jjtg4e-1 span{ color:#FF8C00;}
.jjtg4f{ width:950px; margin:0px auto;margin-top:20px;}
.jjtg4f-1{ width:418px; float:left;}
.jjtg4f-1 p{font-size:18px; color:#FF8C00; height:50px; line-height:50px; background:url(../images/ias_jjtg56.jpg) no-repeat center left; text-indent:20px;}
.jjtg4f-1 img{ width:418px; height:156px; margin:30px auto;}
.jjtg4f-1 span{ font-size:12px; color:#333; line-height:25px; width:350px; text-align:center; margin:0 auto; display:block; text-align:center;}
.jjtg4f-2{ width:445px; float:right;}
.jjtg4f-2 p{font-size:18px; color:#FF8C00; height:50px; line-height:50px; background:url(../images/ias_jjtg56.jpg) no-repeat center left; text-indent:20px;}
.jjtg4f-2 img{ width:445px; height:156px; margin:30px auto;}
.jjtg4f-2 span{ font-size:12px; color:#333; line-height:25px; width:370px; text-align:center; margin:0 auto; display:block; text-align:center;}
/*托管前后对比*/
#jjtg4g{ width:100%;  height:83px; margin:30px auto;}
.jjtg4h{ width:950px; height:200px; margin:0px auto;background:#E4E4E4;}
.jjtg4h p{ line-height:46px; font-size:18px; width:900px; color:#333; font-family:"微软雅黑";}
.jjtg4h p span{ color:#FF8C00; font-size:18px; font-weight: bold;}
.jjtg4i{ width:900px; height:290px; margin:30px auto;}
/*选择理由*/
#jjtg5{ width:100%; height:870px; background:url(../images/ias_jjtg13.jpg);overflow:hidden;}
.jjtg5a{ width:100%; line-height:40px; font-size:25px; text-align:center; color:#333333; font-family:"微软雅黑"; margin-top:15px;}
.jjtg5a span{ color:#f4831d;}
.jjtg5a p{ color:#a0a0a0; font-size:12px; line-height:20px; margin-top:-5px;}
#jjtg5a-1{ font-size:40px;}
.jjtg5b{ background:#eb7b0f; height:3px; width:115px; margin:0px auto;margin-top:18px;}
.jjtg5c{ width:1000px;margin:0px auto; margin-top:10px;}
.jjtg5c li{ width:333px; float:left; margin-top:20px;}
.jjtg5c li img{ width:220px; height:194px; float:left; margin-left:56px;}
.jjtg5c li span{ width:220px; font-family:"微软雅黑"; font-size:22px; color:#453f3f; line-height:30px; float:left; text-align:center; margin-top:20px; margin-left:56px;}
.jjtg5c li p{ width:220px; font-size:14px; color:#333; line-height:25px; margin-top:20px; float:left; margin-left:56px;}
.jjtg5c-1{ width:220px; height:1px; background:url(../images/ias_jjtg20.png); margin-top:10px; float:left; margin-left:56px;}
/*常见问题*/
#jjtg6{ width:100%; height:400px; background:url(../images/ias_jjtg21.jpg);}
.jjtg6a{ background:#eb7b0f; height:3px; width:115px; margin:0px auto;margin-top:14px;}
.jjtg6b{ width:900px; margin:0px auto;margin-top:20px;}
.jjtg6b li{ width:900px; float:left; margin-bottom:20px;}
.jjtg6b li span{ font-size:14px; line-height:25px; color:#ff8535;}
.jjtg6b li p{font-size:14px; line-height:25px; color:#333;}
/*荣誉资质*/
#jjtg7{ width:100%; height:770px; background:url(../images/ias_jjtg22.jpg);}
.jjtg7a{ background:#eb7b0f; height:3px; width:115px; margin-top:23px;}
.jjtg7b{ width:1000px; margin-top:20px;}
.jjtg7b li{ width:250px; float:left; margin-top:20px;}
.jjtg7b li img{ width:165px; height:90px; float:left; margin-left:42px;} 
.jjtg7b li p{ line-height:25px; margin-top:10px; text-align:center; float:left; width:180px; margin-left:30px; color:#333; font-size:12px;}
/*品牌客户*/
#jjtg7c{ width:100%; line-height:40px; font-size:25px; text-align:center; color:#333333; font-family:"微软雅黑"; margin-top:64px;}
#jjtg7c span{ color:#f4831d;}
.jjtg7d{ width:1000px; margin-top:20px;}
.jjtg7d li{ width:142px; height:48px; margin-top:20px; float:left;}
.jjtg7d li img{ width:112px; height:45px; float:left; margin-left:15px;}
.jjtg7e{ width:100%; height:3px; background:url(../images/ias_jjtg07.png) no-repeat center; margin-top:23px;}


.wlyxwb9{ width:1000px; height:450px; background:#ffffff; margin:0px auto;margin-top:10px;}
.wlyxwb9a{ width:300px; float:left; margin-top:40px; margin-left:20px;}
.wlyxwb9a-1{ width:300px; height:30px; border-bottom:1px solid #D0D0D0; line-height:30px; color:#333; font-size:16px;}
.wlyxwb9a-1 a:link{ float:right; color:#333 ; font-size:12px; line-height:30px;}
.wlyxwb9a-2{ width:300px; margin-top:20px;}
.wlyxwb9a-2 li{ background:url(../images/ias_wlyxwb30.gif) no-repeat center left; border-bottom:1px dashed #D0D0D0; float:left; height:30px; line-height:30px; width:300px;text-indent:20px;}
.wlyxwb9a-2 li a{ color:#333; line-height:30px;  font-size:12px; color:#333; }
.wlyxwb9a-2 li a:hover{ text-decoration:underline;}
.wlyxwb9b{ width:13px ; height:360px; background:url(../images/ias_wlyxwb31.jpg);margin-top:40px; margin-left:70px; float:left;}
.wlyxwb9c{ width:539px; float:left; margin-left:40px; height:400px; margin-top:40px;}
.wlyxwb9c h4{ width:510px; height:30px; line-height:30px; font-weight:bold; font-size:16px; font-family:"微软雅黑"; color:#F08300; text-align:left; float:left;}
.wlyxwb9c h5{  line-height:20px; font-size:16px; color:#333333; font-family:"微软雅黑"; font-weight:normal; float:left;}
.wlyxwb9c h5 span{ font-size:16px; color:#F08300;}
.wlyxwb9c-1{ width:539px; height:325px; margin-top:20px; float:left;}
.wlyxwb9c-1 p{ font-size:14px; line-height:25px; color:#333; float:left; margin-left:20px; margin-top:20px;} 
.wlyxwb9c-1 span{ color:#F08300;}
.wlyxwb9c-1c{ height:90px; float:left;margin-left:20px; margin-top:30px;}
.wlyxwb9c-1c span{color:#333; margin-top:0px; display:block; float:left;}
.wlyxwb9c-1a{ width:250px; height:32px; border:1px solid #CCCCCC; background:#ffffff;}
#wlyxwb9c-1b{ float:left; width:300px;}
.wlyxwb9c-2{ width:25px; height:300px; text-align:center; float:right; margin-top:-120px; margin-right:30px; color:#FFFFFF; font-size:24px; line-height:25px; font-family:"微软雅黑";}
.wlyxwb9c-2 span{ width:25px; height:25px; background:#ffffff; color:#F08300; display:block;}
.wlyxwb0{ width:355px; height:47px; float:left;}


/*banner*/
.banner4{width:100%;overflow:hidden; background:#FFF;margin:0 auto;}
/* mainbanner */
.mainbanner{height:448px;overflow:hidden; position:relative;}
.mainbanner_window{left:50%;width:2200px;height:448px;overflow:hidden;margin-left:-1000px;position:absolute;}
.mainbanner_window ul{width:999999px;height:448px; background:#FFF;position:relative;}
.mainbanner_window li{background:rgb(204, 204, 204);width:2000px;height:448px;text-align:center;font-size:0px;float:left; background:#FFF;display:inline;}
.mainbanner_list{left:50%;bottom:10px;width:500px;height:30px;margin-left:-75px;position:absolute;}
.mainbanner_list li{width:30px;height:30px;overflow:hidden;float:left;display:inline;}
.mainbanner_list a{background:url("../images/50c15ece07fd0f3407000083.png") no-repeat;width:25px;height:25px;line-height:25px;overflow:hidden;text-align:center;color:rgb(255, 255, 255);font-size:12px;font-weight:700;float:left;display:inline-block;}
.mainbanner_list li.active a{background-position:0 -30px;text-decoration:none;}
.mainbanner_list li a:hover{background-position:0 -30px;text-decoration:none;}

.ny_web{width:1240px; background:#FFF;margin:0 auto;overflow:hidden;}
.yuanzhe{width:1200px; height:380px; padding-top:20px; background:url(../images/yuanzhe.jpg) repeat-x bottom;margin:0 auto;}
.yuanzhe .yz_left{width:890px; padding-left:30px; float:left;}
.yuanzhe .yz_left .yz_title{width:870px; height:92px; padding-top:10px; padding-left:20px;line-height:92px; font-size:40px; color:#FF0;float:left;}
.yuanzhe .yz_left .yz_bujiedan{width:890px; float:left;}
.yuanzhe .yz_left .yz_bujiedan .yz_b_left{width:423px; margin-left:20px; display:inline; border-right:5px #c20e00 solid;border-bottom:5px #c20e00 solid; padding-left:30px; height:150px; padding-top:10px; background:#FFF; color:#000; font-size:22px; line-height:34px; float:left;}
.yuanzhe .yz_left .yz_bujiedan .yz_b_right{width:410px; float:left;}
.yuanzhe .yz_left .yz_bujiedan .yz_b_right .yz_b_r_title{width:340px; padding-left:70px; font-size:36px; color:#FFF; font-family:"方正书宋简体"; float:left;}
.yuanzhe .yz_left .yz_bujiedan .yz_b_right .yz_b_r_tu{width:410px; height:140px; background:url(../images/no.png) no-repeat center center; float:left;}
.yuanzhe .yz_left .yz_qiangshi{width:840px; padding-left:50px; line-height:80px; height:80px; font-size:24px; color:#FFF; background:url(../images/sanjiao_yuanzhe.jpg) no-repeat 30px; float:left;}
.yuanzhe .yz_right{width:278px;height:380px;background:url(../images/quantou.png) no-repeat center center; float:left;}

/*4大困境*/
.kj_kong{width:1200px; height:20px;margin:0 auto;overflow:hidden;}
.kunjing{width:1198px; border:1px #ccc solid;margin:0 auto;overflow:hidden;}
.kunjing .kj_left{width:798px; float:left;}
.kunjing .kj_left .kj_l_title{width:550px; padding-top:30px; float:left;}
.kunjing .kj_left .kj_l_title .k_01{width:500px;border:1px #ccc solid;margin:0 auto;}
.kunjing .kj_left .kj_l_title .k_01 .kk{width:498px; height:70px; font-size:34px; color:#F00; background:#e1e1e1; line-height:70px; text-align:center;border:1px #fff solid;margin:0 auto;}
.kunjing .kj_left .kj_l_info{width:768px; padding-left:30px; padding-top:30px; float:left;}
.kunjing .kj_left .kj_l_info ul{width:768px; float:left;}
.kunjing .kj_left .kj_l_info ul li{width:768px; padding-top:10px; padding-bottom:10px;float:left;}
.kunjing .kj_left .kj_l_info ul li .k_tu{width:30px; height:30px; overflow:hidden; line-height:30px; border:1px #CCC solid; font-size:24px;text-align:center; float:left;}
.kunjing .kj_left .kj_l_info ul li .k_name{width:720px; padding-left:10px; height:30px; overflow:hidden; line-height:30px;font-size:22px;float:left;}
.kunjing .kj_right{width:400px; height:350px; background:url(../images/web_07.jpg) center center  no-repeat;float:left;}
.clear {
    clear: both;
}


.wzyx_con_03{width:1200px;margin:0px auto;margin-top:30px;margin-bottom:20px;}
.wzyx_03_t{
	background:url(../images/wzyx_03.png) no-repeat;
	width:545px;
	height:95px;
	margin:0px auto;
	text-align:center;
	line-height:60px;
	font-size:24px;	
	color:#fff;
}
.wzyx_03_ul{width:100%;}
.wzyx_03_ul li{width:238px; height:134px; border:#ccc solid 1px; text-align:center; font-size:14px;}
.wzyx_03_ul li img{ padding:10px}
.wzyx_03_ul li:hover{
	 border:#ff6600 solid 1px;
}
.ul_fl li {
    float: left;
    display: block;
}



.gn_title{width:1198px;  height:70px; line-height:70px; font-size:40px; color:#F60; border-bottom:5px #ccc solid;margin:0 auto;}
.gn_content{width:1198px; padding-top:20px;margin:0 auto;margin-bottom:20px;}
.gn_content .gn_c_title{width:1198px; height:50px; line-height:50px; font-size:22px; text-align:center; background:#F60; text-align:center; color:#FFF; float:left;}
.gn_content .gn_c_neirong{width:1198px; border-left:2px #CCC solid; float:left;}
.gn_content .gn_c_neirong ul{width:1198px; float:left;}
.gn_content .gn_c_neirong ul li{width:237px; border-right:2px #CCC solid; border-bottom:2px #CCC solid ;float:left;}
.gn_content .gn_c_neirong ul li .gn_suzi{width:237px; height:60px; padding-top:5px; text-align:center; line-height:60px; font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; color:#999;float:left;}
.gn_content .gn_c_neirong ul li .gn_wenzi{width:149px; padding-top:5px;padding-left:40px; padding-right:40px; height:50px; text-align:center;font-size:15px;color:#666;float:left;}
.gn_kong{width:1158px; height:20px; overflow:hidden;margin:0 auto;}
.gn_content .gn_c_neirong ul li:nth-child(5n){width:238px;}


.v_baidu{width:1198px; padding-top:10px; padding-bottom:10px; background:#c4c4c4;float:left;overflow:hidden;}
.v_baidu .vv_b{width:380px; text-align:right; float:left;}
.v_baidu .vv_c{width:818px; height:121px; line-height:150px; overflow:hidden; text-align:center; font-size:36px; float:left;}
.v_baidu .vv_c span{ color:#F00}


.container{ width:1200px; margin:0 auto;}
.moblieBanner{width:100%; height:440px; background:url(../images/moblieBanner.jpg) no-repeat center top;}

.sjSpan{background:url(../images/sjBox.jpg) no-repeat center top;}
.sjBox{position:relative; height:581px; overflow:hidden;}
.sjtit{font-size:14px; color:#fff;text-align:center; line-height:30px; padding-top:100px;}
.sjtit span{ font-size:22px; color:#fff; display:block; text-align:center;}
.sjBox dl{position:absolute; width:432px;}
.sjBox dt h3{font-size:24px; color:#f6dc03; font-weight:bold;}
.sjBox dd{ line-height:28px; font-size:18px; color:#f6dc03;}
.sjBox .sjTxt01{left:10px; top:157px; text-align:right;}
.sjBox .sjTxt01 dt h3{padding-right:40px;}
.sjBox .sjTxt02{right:20px; top:350px; text-align:right;}

.sjBox .sjTxt03{left:750px; top:115px; text-align:left;}
.sjBox .sjTxt03 dt h3{padding-left:45px;}
.sjBox .sjTxt04{left:750px; top:310px; text-align:left;}
.sjBox .sjTxt04 dt h3{padding-left:45px;}

.qyapp{ width:100% ; height:614px; }
.qyapp1{ width:1200px; margin:auto; padding-top:60px;}
.qyapp2{ text-align:center; }
.qyapp3{ width:260px; float:left; margin-top:65px;text-align:center; margin-right: 50px;}
.qyapp4{ width:270px; float:right; margin-top:65px;text-align:center;}

.gnSpan{background:url(../images/mob_08.jpg) no-repeat center top; height:650px;}
.gnSpan .container{position:relative; height:580px; overflow:hidden;}
.gnBox{margin-top:58px;}
.gnBox h3{margin-bottom:32px; padding-top:22px; font-size:38px; color:#000; text-align:right; padding-right:0px; line-height:40px;}
.gnBox h3 span{ color:#ff5b00}
.gnBox dl{margin-bottom:20px; width:616px; float:right;}
.gnBox dt{margin-bottom:16px; font-size:17px; color:#ff5d00; text-align:right;}
.gnBox dd{line-height:20px; font-size:14px; color:#333; text-align:right;}


.gnSpan2{height:560px; background:url(../images/mob_09.jpg) no-repeat center top;overflow:hidden; }
.gnSpan2 .container{position:relative; height:580px; overflow:hidden;}
.gnBox2{margin-top:58px;}
.gnBox2 h3{margin-bottom:32px; font-size:38px; color:#000; text-align:left; height:30px; line-height:35px;  padding-left :40px;}
.gnBox2 h3 span{ color:#ff5b00}
.gnBox2 dl{margin-bottom:20px; width:616px;  float:left;text-align:left;}
.gnBox2 dt{margin-bottom:16px; font-size:17px; color:#ff5d00; text-align:left;}
.gnBox2 dd{line-height:20px; font-size:14px;width:616px;  color:#333; text-align:left; margin-left:0px;}


/*案例*/
.alSpan{padding:0px 0px; background:#f8f8f8 url(../images/alSpan.png) no-repeat center;}
.alSpan h4{text-align:center; font-size:30px; color:#282828;}
.alSpan h4 b{color:#ff5b00;}
.alSpan h4 p{font-size:12px; font-weight:normal; color:#999;}

.alSpan .alCont{padding-top:30px; position:relative; width:1200px; overflow:hidden;}
.alSpan .alCont ul{margin:0 auto; width:1260px; overflow:hidden;}
.alSpan .alCont li{float:left; width:220px;margin-right:20px;}
.alSpan .alCont li .alImgBg{ width: 220px; height: 160px;overflow:hidden; }
.alSpan .alCont li .alImgBg p{padding-right:16px; width:220px;  }
.alSpan .alCont li .alImgBg img{width:220px;  }
.alSpan .alCont li h5{margin-top:6px; font-weight:normal; font-size:14px; height:20px; width:160px; padding:0px 10px; text-align:center; overflow:hidden;}
.alSpan .alCont .btnLeft , .alSpan .alCont .btnRight{position:absolute; top:50%; margin-top:-32px; width:64px; height:64px; }
.alSpan .alCont .btnLeft{left:-30px; }
.alSpan .alCont .btnRight{right:-30px; }


.zxSpan{margin:44px auto;}
.zxSpan h2{ font-size:16px; font-weight:normal; margin-bottom:20px;}
.zxSpan h2 a{color:#ff5b00;}
.zxSpan h2 span{display:block; font-size:12px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; color:#999;}

.zxBox{width:580px;}
.zxBox dl{height:260px; overflow:hidden;}
.zxBox dt{width:250px;}
.zxBox dt p{line-height:20px;}
.zxBox dt h5{ height:25px; line-height:25px; overflow:hidden;}
.zxBox h2{color:#ff5b00;font-size:16px;}
.zxBox h2 a{color:#ff5b00;}
.zxBox h2 span{display:block; font-size:12px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; color:#999;}
.zxBox dt img{ width:250px; overflow:hidden;}
.zxBox dd{margin-left:270px;}
.zxBox dd ul{position:relative; top:-8px;}
.zxBox dd li{height:30px; line-height:30px; overflow:hidden;padding-right:10px;}
.zxBox dd li>a{width:215px;verflow:hidden; float:left;font-size:14px; }
.zxBox dd li font{ float:right; font-size:12px; color:#999999;}


.advantage_t{
	height:312px;
	background:url(../images/advantage_t.gif) center no-repeat
}
.advantage_m{
	overflow:hidden
}
.advantage_m dl{
	width:197px;
	height:347px;
	float:left;
	margin:3px
}
.advantage_m dl:hover{
    animation: 4.5s ease 0s normal none 1 swings;
    cursor: pointer;
    transform-origin: center top 0;
	z-index:999
}
.advantage_m dl dt{
	font-size:24px;
	text-align:center;
	margin:120px 0 40px
}
.advantage_m dl dd{
	color:#595757;
	padding:0 20px;
	line-height:22px
}
.amdl1{
	background:url(../images/amdl1.gif) center no-repeat
}
.amdl2{
	background:url(../images/amdl2.gif) center no-repeat
}
.amdl3{
	background:url(../images/amdl3.gif) center no-repeat
}
.amdl4{
	background:url(../images/amdl4.gif) center no-repeat
}
.amdl5{
	background:url(../images/amdl5.gif) center no-repeat
}

.amdl1:hover{
	background:url(../images/amdl1h.gif) center no-repeat
}
.amdl2:hover{
	background:url(../images/amdl2h.gif) center no-repeat
}
.amdl3:hover{
	background:url(../images/amdl3h.gif) center no-repeat
}
.amdl4:hover{
	background:url(../images/amdl4h.gif) center no-repeat
}
.amdl5:hover{
	background:url(../images/amdl5h.gif) center no-repeat
}

.advertisement{
	height:176px;
	background:url(../images/advertisement.gif) repeat-x
}
.advertisement_m{
	height:176px;
	background:url(../images/advertisement_m.gif) center no-repeat
}


.seo-top-pic {
    padding-top: 70px;
}

.seo-main-top .inner {
    width: 1200px;
    margin: 0 auto;
}
.qbt-title {
	text-align: center;
	padding-top: 26px;
}

.qbt-title h3 {
	font-size: 48px;
	color: #000;
	line-height: 60px;
	font-weight: bolder;
}

.qbt-title h3 span {
	color: #2d4c9c;
}
.gap h3{font-size: 48px;
	
	line-height: 60px;
	font-weight: bolder;}
.qbt-title p {
	font-size: 20px;
	color: #999;
	line-height: 30px;
	text-transform: uppercase;
}
.box{overflow:hidden;}
.box h3 {
    padding: 15px 30px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
    font-size: 36px;
}
.lead {
    font-size: 21px;
}
.lead {
    margin-bottom: 10px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4;
}
#pricing .box{background-color:#f9f9f9}
#pricing .plan{background:#fff;list-style:none;margin:0 0 20px;padding:0;border-bottom:1px solid #e1e1e1}
#pricing .plan li{padding:10px 0;margin:0 15px;border-bottom:1px dashed #eee}
#pricing .plan li span{display:inline-block;width:100px;text-align:right;padding-right:10px;color:#3397cd}
#pricing .plan li.plan-name{padding:15px 0;font-size:18px;font-weight:700}
#pricing .plan li.plan-price{text-align:center;color:#666;padding:15px 0;font-size:24px}
#pricing .plan li.plan-action{margin-top:20px;margin-bottom:20px;border-bottom:0}
#pricing .plan li.plan-action.a{color:#fff;}
#pricing .plan.featured{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
#pricing .plan.featured .plan-price{color:#fff;background-color:#52b6ec;border-bottom-color:#52b6ec;margin:0}
.center{text-align:center;}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-4 {
    width: 33.33333333333333%;overflow:hidden;float:left;
}
.big-gap {
    margin-bottom: 40px;
}
.col-sm-6 {
    width: 33.3%;overflow:hidden;float:left;
}.introduce-box{
    padding-top:200px;
    padding-bottom: 215px;
}
.introduce-pic{
    width:38.75%;
    margin: 0 auto;
    position: relative;
}
.introduce-left{
    position: absolute;
    top:8.5%;
    left:-28%;
}

.introduce-bot{
    position: absolute;
    bottom:-25%;
    left: 50%;
    margin-left: -66px;
}
.introduce-left2{
    position: absolute;
    bottom: 25.5%;
    left: -32%;
}
.introduce-right{
    position: absolute;
    top:8.5%;
    right: -32%;
}
.introduce-right2{
    position: absolute;
    right: -32%;
    bottom: 25.5%;
}
.seo-chenr-box{
    padding-top: 70px;
}
.seo-chenr-txt{
    padding-top: 80px;
    padding-bottom: 10px;
}
.seo-chenr-pic{
    width:14%;
    float: left;
    margin-top: 5px;
}
.seo-chenr-p{
    width: 86%;
    float: left;
}
.seo-chenr-p h4{
    color: #333;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 20px;
}
.seo-chenr-p p{
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5%;
}
.seo-chenr-p p span{
    color: #2d4c9c;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.seo-chenr{overflow:hidden;}

.grid_4 {
    width: 370px;float:left;overflow:hidden;float: left;
min-height: 1px;
margin-left: 30px;
}
.case_show {position:relative;}
.case_show img{transition: .9s;-moz-transition: .9s;-webkit-transition: .9s;-o-transition: .9s;line-height: 1em}
.case_show a:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-o-transition: scale(1.05);outline: 3px solid #2d67c3;max-height:260px;}
.index_tit{text-align:center; margin:0px 0; padding-bottom:8px;}
.index_tit .p1{ font-size:33px; font-weight:bolder; text-transform:uppercase;}
.index_tit .p2{ font-size:20px; line-height:50px; border-bottom:1px #cccccc solid; width:150px; margin:0px auto}
.index_tit .p2 a{font-size:20px;}
.black {
    color: #000;
}
.m_t20 {
    margin-top: 20px;
}
.m_t30{margin-top:30px;}
.f16 {
    font-size: 16px;
}
.cont_pad{overflow:hidden;margin-bottom:30px;}

.ournews{position:relative;padding:40px 0 0;background:#f3efe9;}
.ournews p.himg{text-align:center;margin-bottom:30px; }
.l_news{width:300px;float:left;background:#fff;height:auto;}
.l_news .ln_img{width:300px;height:180px;position:relative;overflow:hidden;}
.l_news .ln_img img{ transition: .9s;-moz-transition: .9s;-webkit-transition: .9s;-o-transition: .9s;}
.l_news .ln_img a:hover img{transform:scale(1.1);-webkit-transform: scale(1.1);-o-transition: scale(1.1); }

.l_news .ln_img span{position:absolute;top:14px;left:16px;width:58px;height:36px;line-height:36px;text-align:center;display:block;color:#fff;background:#ec1419;}
.l_news .ln_img span.ra{font-size: 26px;}
.l_news .ln_img span.rb{top:50px;color:#f8ebeb;background:#c01317;FONT-SIZE: 16PX;}
.l_news p.ln_til{font-size:16px;color:#000;font-weight:600;padding:15px 20px;width: 270px; overflow: hidden; text-overflow: ellipsis; line-height: 25px; max-height: 25px;-webkit-line-clamp: 1;
    -webkit-box-orient: vertical; white-space: nowrap;}
.l_news p.ln_til a{color:#000;}.l_news p.ln_til a:hover{color:#21A7F1;}
.l_news p.ln_des{font-size:12px;color:#666;line-height:2em;padding:0 20px 10px 20px;height:88px;}
.l_news p.ln_data { padding:0 20px;}
.c_news{width:890px;float:left;margin:0 0 0 8px; overflow:hidden}
.cn_item{ float:left; margin-right:10px; background:#fff;width:431px;height:81px;overflow:hidden;margin-bottom:4px; border:2px solid #fff;}
.cn_item:hover{ border-color:#21A7F1}
.cn_item:hover p.cn_til a{color:#21A7F1; font-weight:700}
.cn_item:hover p.cn_des{color:#999;}
.cn_item span{width:56px;height:60px;text-align:center;background:#17AEF5;display:block;float:left;margin:12px;color:#fff; font-size:30px; line-height:54px; border-radius:50%;}
.cn_item .deannewdate { margin:15px 10px 0; background:#21A7F1 url(../images/redarrow.png) no-repeat scroll right top; border-radius: 3px 0 0 3px; color: #fff;float: left;font-size: 16px; height: 51px; line-height: 51px; text-indent:8px; width:110px;}

.cn_item span b{font-size:20px;line-height:1.8em;}
.cn_item p.cn_til{margin-top:10px;color:#000;}
.cn_item p.cn_til a{color:#000;font-size:14px;}
.cn_item p.cn_des{color:#666;margin:5px 0 0 0;line-height:16px; padding-right:10px;}


.slideTxtBox{ width:1200px; margin:0px auto; padding-bottom:25px;}
.slideTxtBox .hd{ height:30px; line-height:30px; padding:0 10px 0 20px;position:relative; width:650px;margin:0 auto; margin-bottom:15px;}
.slideTxtBox .hd ul{ float:left;position:absolute; left:20px; top:-1px; height:32px; }
.slideTxtBox .hd ul li{ float:left; display: block; width:150px; height:28px; text-align:center; line-height:28px; color:#fff;background:#fff;border-radius:12px; margin:0 15px 0 0;}
.slideTxtBox .hd ul li a{ color:#333; display: block;transition:all ease 0.4s;border-radius:12px;}
.slideTxtBox .hd ul li a:hover{ background:#eb3900; color:#fff;transition:all ease 0.4s;border-radius:12px;}
.slideTxtBox .hd ul li.on a{background:#eb3900; color:#fff;border-radius:12px; transition:all ease 0.4s;}
.slideTxtBox .hd ul li.on{background:#eb3900; color:#333;border-radius:12px;transition:all ease 0.4s; }
.m_box { margin: 0 auto 50px; width: 1150px;}
.ournews .bd { height: 386px; position: relative; width: 1200px;}

.seo_main_f_t{ padding:40px 0; background:#fff; margin-top:23px;}
.seo_main_f_t_m{ padding-top:55px; background:url(../images/seo.png) no-repeat 30px -721px;width:1200px;margin:0px auto;}
.seo_main_f_t h3{ color:#333333; font-size:24px; line-height:24px; padding-bottom:35px; text-align:center; font-weight:normal;}
.seo_main_f_t ul{ float:left; margin:0 60px;}
.seo_main_f_t li.li1{ color:#ff730a; font-size:18px; line-height:18px; padding-bottom:8px;}
.seo_main_f_t li{ color:#666666; font-size:14px; line-height:23px;}

.ibox1 a.rmore{
margin:0px auto;display:block;
width: 70px;height:auto;
border:1px solid #ccc;padding:5px 8px;border-radius:5px;
margin-top: 12px;}

.wzjs_top a.rmore{
margin:0px auto;display:block;
width: 70px;height:auto;
border:1px solid #ccc;padding:5px 8px;border-radius:5px;
margin-top: 12px;}
.ibox1 a.rmore:hover{background:#eee;}
.ibox1 a.rmore span{float:left;margin-right:4px;line-height:15px;}

.wzjs_top a.rmore span{float:left;margin-right:4px;line-height:15px;}
.logo div

 {
	float: left;
	margin-left: 10px;
	padding-left: 10px;margin-top:5px;
	border-left: 1px solid #e1e1e1;
	
	font-size: 21px;
	color: #000;font-weight:bold;
}
.logo div b {
	color: #c73426;font-weight:bold;
}
.logo div p {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-top: 7px;
}
.logo div p img {
	margin: 0 4px;
}
.logoo{    float: left;
    width: 210px;
    height: 70px;
    margin-top: 0px;
}
.fll{float:left;}


/***********联系我们**************/

.tit { width:auto; height:102px; text-align:center; color:#4c4c4c; margin-bottom:20px; background:url(../images/titbg.png) center 70px no-repeat;}
.tit b{font-family:Impact; font-size:44px;}
.tit h2{ font-size:24px; background:#fff; margin:0 auto;}
.tit p{ font-size:14px; line-height:25px; margin-top:5px;}

.contact{ width:1170px; margin:20px auto; text-align:left; height:auto; overflow:hidden;}
.contact .icontt{ margin-top:40px;  float:left; width:600px;}
.contact .icontt p{ line-height:25px; margin-bottom:15px;}
.contact .icontt span{ font-size:20px; font-weight:bold;}
.contact .icontt ul{ height:120px; background:url(../images/contt.png) left 5px no-repeat; padding-top:15px; float:left; width:410px;}
.contact .icontt li{ padding-left:45px; font-weight:500; font-size:13px; line-height:23px; margin-bottom:20px;}
.contact .icontt img{ float:right; margin-right:10px; margin-top:40px; width:145px; height:145px;-moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; border:1px solid #ececec;}
.contact .message{ width:400px; float:right;}
.online{ width:400px; padding-right:0px;}
.online_c{ margin-top:25px; }
.online_c ul{ width:400px; height:220px;}
.online_c li{ width:400px; text-align:left; float:left; height:45px; margin-bottom:20px;}
.online_c li.li_03{ width:400px;}
.online_c li .inp_02{ width:398px; height:45px; border:none; color:#666;  line-height:45px; resize:none; background:#ebedf0; -moz-border-radius: 10px; border-radius: 10px; text-indent:20px;-webkit-border-radius: 10px; }
.online_c li .inp_04{ width:398px; height:90px; border:none; color:#666;  line-height:45px; resize:none; background:#ebedf0; -moz-border-radius: 10px; border-radius: 10px; text-indent:20px;-webkit-border-radius: 10px; }
textarea:focus{ outline:none;}
.online_btn{ width:400px; text-align:left; height:60px; margin-bottom:20px; margin-top:20px;}
.inp_01{width:120px; height:35px; border:none; color:#666;  line-height:35px; resize:none; background:#ebedf0; -moz-border-radius: 10px; border-radius: 10px; text-indent:20px;-webkit-border-radius: 10px; float:left;}
.inp_011{-moz-border-radius: 10px; border-radius: 10px;-webkit-border-radius: 10px;float:left; margin-left:30px;}
.tj{ width:144px; height:35px; border:0; background:#f65959; font:bold 14px/41px "Microsoft Yahei","微软雅黑"; color:#fff; cursor:pointer;
-moz-border-radius: 10px; border-radius: 10px;-webkit-border-radius: 10px;float:left; margin-left:30px;}
button:focus{outline:none}

.anli_bj{height: 795px; overflow: hidden;}
.anli .h2{ margin-bottom:46px; overflow: hidden; display:block; font: bold 32px/45px "microsoft Yahei"; color:#3c3c3c; text-align:center;}
.anli .h2 i{ line-height: 34px; padding-top: 12px; font-size: 20px; color:#040000; display: block; font-weight: bold; font-style: normal;}
.anli .h2 i img{vertical-align: middle; width: 24px; height: 20px;padding-right: 10px;}
.anli .h3{width: 1000px; margin-top:16px; overflow: hidden; display:block; font: 16px/45px "microsoft Yahei"; color:#040000; text-align:center;}
.anli .h3 i{color: #e70000; font-style: normal;}

.anli {position: relative;width: 1000px;}
.roll1,.roll2{width: 36px; height: 45px; position: absolute; top:418px;}
.roll1 img,.roll2 img{width: 36px; height: 45px;}
.roll1{left:0px;}
.roll2{right: 0px;}

.al_c{padding:0 22px; margin: 0 auto; }
.al_c .tempWrap{ padding-left:20px; }
.al_c li{position: relative; width: 279px; height: 499px; padding: 28px 31px; float: left; margin:0 0 0 -32px;background:url(../images/al_ibg.jpg) no-repeat center top; }

.al_c li img{width: 278px; height: 499px;}
.al_c li span{position: absolute; left:31px; top:28px; display: none; width: 278px; height: 499px;background:url(../images/al_ibg.png) no-repeat center top; }
.al_c li span img{ width:138px; height:139px; position:absolute; left:72px; top:169px;}
.al_c li.al_li1{margin-left: 0px;}
.al_c li:hover span{display: block;}

.reg_bj{ background:url(../images/reg_bg.jpg) no-repeat center top; height:565px; overflow:hidden;}
.reg{padding-top: 70px; width: 1000px; margin: 0 auto;}
.reg .h2{ margin-bottom:38px; overflow: hidden; display:block; font: bold 32px/45px "microsoft Yahei"; color:#020202; text-align:center;}
.reg .h2 i{ line-height: 34px; font-size: 20px; color:#535353; display: block; font-weight:normal; font-style: normal;}
.reg ul{ float: right; width:500px; overflow:hidden;}
.reg li{float: left; width: 230px; padding-left: 18px; margin:0 0 2px 0; line-height:0px;}
.reg li span{ display:inline-block; font:bold 16px/40px "microsoft Yahei";vertical-align:top; text-align:center; overflow:hidden; color:#020202;}
.reg .inp1{ padding-left:10px; width:170px; height:40px;border:0px; line-height:40px; overflow:hidden; background:none; color:#555;outline:none;}
.reg li.li01{width: 500px;}
.reg .inp2{ padding-left:10px; width:390px; height:120px;border:0px; line-height:40px; overflow:hidden; background:none; resize:none; color:#555; outline:none;}
.reg .li03{ height:45px; margin:14px 0 0 0; padding-left: 0px; float:left; display:inline; overflow:hidden;}
.reg .btn1{ display:inline-block; background:url(../images/reg_b.jpg) no-repeat left top;width:162px; height:45px; overflow:hidden; border:0;}
.logoo img{height:65px;}
.lava_no_image li:hover{background: #980b0b;}

.wzjs_title {
	display: block;
	padding: 30px 0 50px 0;
	text-align: center;
}

.wzjs_title h5 {
	font-size: 30px;
	color: #343434;
	font-weight: 600;
	margin-bottom: 10px;
}

.wzjs_title p {
	font-size: 16px;
	color: #4c4c4c;
}

.wzjs_list {
	display: block;
}

.wzjs_list ul li {
	display: block;
	width: 23.8%;
	float: left;
	margin-right: 0.5%;margin-left:0.5%;
	padding-top: 45px;
	background: url(../images/wzjs_list_bg.png) repeat-x top left;
	text-align: center;
	border: 1px solid #afafaf;
	transition: .6s;
}

.wzjs_list ul li h3 {
	font-size: 24px;
	color: #4e4e4e;
	margin-bottom: 5px;
	transition: .6s;
	font-weight: 600;
}

.wzjs_list ul li h4 {
	font-size: 16px;
	color: #434343;
	transition: .6s;
}

.wzjs_list ul li h5 {
	display: block;
	margin: 20px auto;
	width: 144px;
	height: 144px;
	text-align: center;
	line-height: 144px;
	border-radius: 50%;
	border: 1px solid #cbcbcb;
	background: #fff;
	font-size: 27px;
	font-weight: 600;
	color: #7a7a7a;
	transition: .6s;
}

.wzjs_list ul li h5 font {
	font-size: 18px;
	color: #7a7a7a;
	transition: .6s;
}

.wzjs_list ul li p {
	display: block;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dashed #cbcbcb;
	font-size: 14px;
	color: #4a4a4a;
}

.wzjs_list ul li p:first-of-type {
	border-top: 1px dashed #cbcbcb;
}

.wzjs_list ul li a {
	display: block;
	height: 58px;
	color: #4e4e4e;
	font-size: 18px;
	line-height: 58px;
	transition: .6s;
	font-family: "寰蒋闆呴粦";
	background: #dbdbdb;
}

.wzjs_list ul li.active {
	background: url(../images/wzjs_list_active_bg.png) repeat-x top left;
	border: 1px solid #AF0000;
}

.wzjs_list ul li.active h3,
.wzjs_list ul li.active h4 {
	color: #fff;
}

.wzjs_list ul li.active h5 {
	transform: rotateZ(360deg);
	border: 1px solid #AF0000;
	color: #AF0000;
}

.wzjs_list ul li.active h5 font {
	color: #AF0000;
}

.wzjs_list ul li.active a {
	background: #AF0000;
	color: #fff;
}


.fangan{ height:470px; width:100%; margin:0px auto;}
.fangan h3{ font-weight:bold; height:100px; line-height:100px; font-size:40px;font-weight:bold; color:#3f3f3f;  text-align:center;}
.fangan h3 font{ color:#ff5b00;}
.fangan1{ height:360px; background:url(../images/btm_bg.jpg) center top repeat-y;}
.fg_main{ width:978px; overflow:hidden; margin:0px auto; height:345px; padding:35px 0px; color:#fff;}
.fg_lf{ width:455px; height:320px; float:left; margin-left:40px;}
.fg_lftop h4{ font-size:24px;color:#fff; font-weight:bold;}
.fg_lftop p{ height:35px;color:#fff; line-height:35px;}
.fg_lftop p font{ background:#ff5b00;color:#fff;}
.fg_lftop p font strong{ font-size:16px; color:#fff;font-weight:normal;}
.fg_lftop span{ font-size:16px;color:#fff;}
.fg_lftop span font{ font-size:24px; color:#ff5b00;}
.btmfm_fl{ font-size:14px; color:#d2d2d2; line-height:38px; margin-top:25px;}
.xm1{ border:none;outline: none; background:url(../images/input1.jpg) no-repeat; width:268px; height:38px;text-indent: 40px;
color: #D2D2D2;}
.midtxt1{ font-size:14px; color:#d2d2d2; line-height:38px; margin-top:8px;}
.midtxt2{ font-size:14px; color:#d2d2d2; line-height:38px; margin-top:8px;}
.xm2{ outline: none;border:none; background:url(../images/input2.jpg) no-repeat; width:268px; height:38px;text-indent: 40px;
color: #D2D2D2;}
.midtxt3{ font-size:14px; color:#d2d2d2; line-height:38px; margin-top:8px;}
.xm3{outline: none; border:none; background:url(../images/input3.jpg) no-repeat; width:268px; height:38px;text-indent: 40px;
color: #D2D2D2;}
.subm{ float:left; width:124px; height:34px;line-height:34px; background:#5b5b5b; border:1px solid #686868; text-align:center;cursor: pointer; color:#fff;}
.subm:hover{color:#fff;}
.subm1{ width:124px; height:34px; background:#5b5b5b; border:1px solid #686868;cursor: pointer;}
.midtxt4{ margin-top:15px; margin-left:43px;}
.midtxt4 input{ cursor:hand; color:#fff; font-family:"微软雅黑"; margin-right:10px;}
.fg_rt{ width:430px; margin-left:45px; height:320px; float:left;}


.fg_rttop h4{ font-size:24px;color:#fff; font-weight:bold;}
.fg_rttop p{ height:35px;color:#fff; line-height:35px;}
.fg_rttop p font{ background:#fff; color:#666;}
.fg_rttop p font strong{ font-size:16px; font-weight:normal;}
.fg_rttop span{ font-size:16px;color:#fff;}
.fg_rttop span font{ font-size:24px; color:#fff;}

.midtxt11{ font-size:14px; color:#fff; line-height:38px; margin-top:25px;}
.xm11{text-indent: 40px;color: #fff; border:none; background:url(../images/input11.jpg) no-repeat; width:268px; height:38px;outline: none;  }
.midtxt12{ font-size:14px; color:#fff; line-height:38px; margin-top:8px;}
.xm12{text-indent: 40px;color: #fff; border:none; background:url(../images/input12.jpg) no-repeat; width:268px; height:38px;outline: none; }
.midtxt13{ font-size:14px; color:#fff; line-height:38px; margin-top:8px;}
.xm13{text-indent: 40px;color: #fff; border:none; background:url(../images/input13.jpg) no-repeat; width:268px; height:38px;outline: none; }
.subm{ width:124px; height:34px; background:#5b5b5b; border:1px solid #737373;}
.subm{ width:124px; height:34px; background:#fea05a; border:1px solid #ff6d00;}
.midtxt14{ margin-top:15px; margin-left:43px;}
.midtxt14 input{ color:#fff; font-family:"微软雅黑"; margin-right:10px;}
html{overflow-x:hidden;min-width:100%;}

.third .index_tit h3{font-size:28px;line-height:38px;}
.third .index_tit span{font-size:16px;font-weight:bold;color:#999;padding-top:5px;}


.hop_gg{background:#fff;width:288px;overflow:hidden;margin-bottom:20px;border:1px solid #ebebeb;}
.hop_gg:nth-child(1){border:0px;margin-bottom:0px;}
.hop_gg h3{width:268px;padding:10px;border-bottom:1px solid #ebebeb;color:#fff;font-size:16px;font-weight:bold;background:#4f4f4f;}
.hop_gg_xg2{padding:15px;overflow:hidden;display:block;width:268px;float:left;}
.hop_gg_xg2 ul{width:268px;float:left;_margin-bottom:2px;}
.hop_gg_xg2 ul li{width:258px;float:left;background:url(list_d.jpg) no-repeat 0 12px;padding-left:10px;line-height:30px;height:30px;overflow:hidden;display:block;}
.hop_gg_xg2 ul li a{line-height:30px;height:30px;overflow:hidden;float:left;display:block;}
.hop_gg_xg2 ul li a:hover{text-decoration:underline;}
.hop_gg_ccc{padding:20px;overflow:hidden;display:block;width:260px;float:left;}
.col_1{background-color:#1abc9c}
.col_2{background-color:#2ecc71}
.col_3{background-color:#3498db}
.col_4{background-color:#9b59b6}
.col_5{background-color:#e74c3c}
.col_6{background-color:#27ae60}
.col_7{background-color:#2980b9}
.col_8{background-color:#a0a0a0}
.col_9{background-color:#1abc9c}
.hop_gg_ccc a{line-height:20px;height:20px;border-radius:2px;padding:0px 5px;font-size:14px;color:rgb(255,255,255);margin:0px 7px 10px 0px;float:left;display:block;font-variant:small-caps;font-weight:bold;overflow:hidden;white-space:nowrap;font-family:瀵邦喛钂嬮梿鍛寸拨;}
.hop_gg_1{width:270px;padding:15px;border-bottom:1px solid #ebebeb;background:#07a505;}
.hop_gg_1 p{width:200px;color:#fff;font-size:16px;font-weight:bold;}
.hop_gg_hp{width:288px;float:left;margin:0 0 5px 0;_margin-bottom:15px;}
.hop_gg_hp{ width:288px; float:left; margin:0 0 5px 0; _margin-bottom:15px;}
.hop_gg_hp ul{ margin-top:10px;}
.hop_gg_hp ul li{ float:left; margin-right:9px;_margin-left:6px; width:137px; height:85px; border:1px solid #ddd; position:relative;margin-bottom:9px;  }
.hop_gg_hp ul li:nth-child(2n){margin-right:0px;}
.hop_gg_hp ul li a{ width:137px; height:85px; float:left; overflow:hidden; display:block;}
.hop_gg_hp ul li p{ position:absolute; bottom:0;background:url(x.png); line-height:20px; height:20px; overflow:hidden; display:block; color:#fff; width:137px; text-align:center; height:20px;left:0;}
.hop_gg_hp ul li a:hover{ opacity:0.8;}
.hop_gg_s {width: 288px;border-bottom: 1px solid #ebebeb;background: #fff;}
.hop_gg_s a.active {background: #4f4f4f;color: #fff;}
.hop_gg_s a {width: 144px;height: 50px;text-align: center;float: left;line-height: 50px;font-size: 16px;font-weight: bold;}
.hop_gg_xg {padding: 10px;overflow: hidden;display: block;width: 280px;float: left;}
.hop_gg_xg ul {width: 268px;float: left;margin-bottom: -16px;_margin-bottom: 2px;}
.hop_gg_xg ul li {width: 268px;float: left;border-bottom: 1px solid #e5e5e5;margin-bottom: 15px;padding-bottom: 15px;}
.xg_a {width: 92px;height: 77px;border-radius: 4px;display: block;overflow: hidden;float: left;margin-right: 20px;}
.xg_a img {width: 92px;height: 77px;}
.hop_gg_xg_zz {display: block;max-height: 77px;overflow: hidden;}
.hop_gg_xg_zz a {line-height: 30px;font-size: 14px;height: 30px;overflow: hidden;font-weight: bold;display: block;}
.hop_gg_xg_zz p {line-height: 16px;font-size: 12px;color: #999;height: 50px;display: block;overflow: hidden;}

.news_list li {width:295px;background: url(list_d.jpg) no-repeat 0 12px;padding-left: 12px;float: left;margin-left: 10px;line-height: 28px;height: 28px;overflow: hidden;}
.tj_special img{width:100%;}


  .new-signUp {
    height: 380px;
    width: 288px;
}
.new-signUp .classfiy-con {
    background: #fbfbfb url("new_sign_bg.png") no-repeat center bottom;
    height: 315px;
    padding: 25px 19px 0;
    border: 1px solid #ddd;
    border-top: none;

}

.new-signUp .classfiy-nav{ height: 40px; }
.new-signUp .classfiy-nav li{
    height: 36px;
    width: 144px;
    float: left;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 37px;
    border-bottom: 3px solid #ffb71e;
    background-color: #fbfbfb;
    font-size: 16px;
}

.new-signUp .classfiy-nav li.on{


    background-color: #4f4f4f;
    border: none;
    height: 40px; width: 288px;
}
.new-signUp .classfiy-nav li.sheji{border-right: none;}
.new-signUp .classfiy-nav li.xunjia{border-left: none;}
.new-signUp .classfiy-nav li.on a{
    color: #fff;font-size:16px;font-weight:bold;
}

.classfiy-con .classfiy-item .f-title {
     color: #ffb71e;
    font-size: 18px;
    left: -20px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    width: 290px;
}
.classfiy-con .style_zhuangxiu {
    z-index: 100;
}
.classfiy-con .style_zhuangxiu>em{cursor: pointer; color: #333;height:16px;
    line-height: 16px;
    background: #fff;
    padding:8px 10px 9px;
    width:228px;
    border:1px solid #ddd;
    position:absolute;left:0;bottom:0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;}
.classfiy-con .style_zhuangxiu>i{background: url("") no-repeat 0 0;
    display: block;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 11px;}
.classfiy-con .style_zhuangxiu>ul{position: absolute;top:35px; width: 248px;left:0; border:1px solid #ddd; border-top:none; background: #fff; display: none;}
.classfiy-con .style_zhuangxiu>ul li{ height: 34px;color: #333;text-indent: 10px;line-height: 34px; width: 100%;}
.classfiy-con .style_zhuangxiu>ul li:hover{ background:#ddd; color: #dd0000;cursor: pointer;  }
.sj_common .inputBox.on em,.sj_common .inputBox.on ul,.sj_common .inputBox.on input{border-color: #ffb71e;color: #333;}
.classfiy-con .area_house input{ height:16px;
    line-height: 16px;
    background: #fff;
    padding:8px 10px 9px;
    width:228px;
    border:1px solid #ddd;
    position:absolute;left:0;bottom:0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;}
.classfiy-con .area_house b{ color: #666;
    font-size: 12px;
    height: 100%;
    line-height: 36px;
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: normal;
}
.classfiy-con .classfiy-item .f-title b{ font-size: 26px;color: #ffb71e; }
.classfiy-con .classfiy-item .f-title strong{font-size: 27px; color:#ffb71e;}
.classfiy-con .classfiy-item .f-title i{position: absolute; width: 49px; height: 23px; background: url("") no-repeat; right: 0; top:4px;}
.classfiy-con .s-beizhu {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.classfiy-con .form-zy{
    height: 36px;
    margin-top: 15px;
    position: relative;
}
.classfiy-con .form-zy .each-area{
    width: 228px;
    height: 34px;
    line-height: 34px;
    border:1px solid #dddddd;
    padding: 0 10px;
    color: #999;
    background-color: #fff;
}
.classfiy-con .spe-area {
    margin-top: 15px;
}
.classfiy-con .new-sign-btn{
    display: block;
    width: 250px;
 height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #587f92;
    background-color: #ffdc37;
    border-radius: 4px; 
}
.classfiy-con .classfiy-item .title {
    
    text-align: center; margin-top: 12px;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.main8 {
    padding-bottom: 20px;
    margin: 0 auto;
}
.main8 .xnav{margin-top:13px;height:49px;background:url(../img/link_navbj.jpg) center no-repeat}
.main8 .xnav h4{font-size:16px;color:#003954;line-height:30px;padding-left:44px;font-weight:600}
.fl{float:left}
.main8 .xnav p{font-size:12px;color:#9d9483}
.fr{float:right}
.main8 .fl-m a{color:#333}

.n-footer-menu{margin-bottom:15px;width:1180px}hr{margin-bottom:15px;background-color:#0e506f;border:0;height:1px}.n-footer-container{width:100%;min-width:1220px;padding-top:30px;background:#003954;overflow:hidden;position:relative;z-index:9}.n-footer .n-footer-inside{width:1180px;margin:0 auto;line-height:1.5em}.n-footer .n-footer-inside .n-footer-menu ul{width:1180px;overflow:hidden;display:table}.n-footer .n-footer-inside .n-footer-menu ul li{padding-bottom:20px;float:left;width:156px}.n-footer .n-footer-inside .n-footer-menu ul li img{display:block;margin:10px auto 5px;width:80px}.n-footer .n-footer-inside .n-footer-menu ul li.tel{width:240px}.n-footer .n-footer-inside .n-footer-menu strong{margin:10px 0 24px;color:#ccc;font-size:14px;text-align:center;display:block}.n-footer .n-footer-inside .n-footer-menu a{margin:0 0 8px;color:#999;text-align:left;display:block;text-indent:52px;cursor:pointer}.n-footer .n-footer-inside .n-footer-menu a:hover{color:#fff;text-decoration:none}.n-footer h3{margin:15px 0;color:#ccc;text-align:center}.n-footer .n-footer-inside .n-footer-menu .text-center a{display:inline}.n-footer h6{color:#999}.n-footer h6.text-center{font-size:100%;text-align:center;font-weight:400}.n-footer h4 a{color:#ccc!important}.n-footer h5 a{color:#999!important}.n-footer h5 a:hover{color:#fff!important}.notextcenter{text-align:left!important;margin-left:60px!important;margin-bottom:20px!important;font-size:16px!important}


.cle p{line-height:25px;border-bottom:1px dotted #ccc;margin-bottom:10px;}
.cle b{font-size:14px;display:block;line-height:25px;}
.clee{margin-bottom:10px;}
.logo h3{float:left;margin: 0px;}

#tag_cloud_widget {
	position: relative;
	width: 240px;
	height: 240px;
	margin: 10px auto 10px
}
#tag_cloud_widget a {
	position: absolute;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	top: 0;
	left: 0;
	padding: 3px 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,.08)
}
#tag_cloud_widget a:hover {
	background: #d02f53;
	display: block
}
#tag_cloud_widget a:nth-child(n) {
	background: #666;
	border-radius: 3px;
	display: inline-block;
	line-height: 18px;
	margin: 0 10px 15px 0
}
#tag_cloud_widget a:nth-child(2n) {
	background: #d1a601
}
#tag_cloud_widget a:nth-child(3n) {
	background: #286c4a
}
#tag_cloud_widget a:nth-child(5n) {
	background: #518ab2
}
#tag_cloud_widget a:nth-child(4n) {
	background: #c91d13
}

.serve{width:705px;overflow:hidden;margin-bottom:15px;}
.serve ul li{width:223px;float:left;text-align:center;margin-right:15px;}
.serve ul li:nth-child(3n){margin-right:0px;}
.serve ul li img{width:223px;display:block;margin:auto;}
.serve ul li p{margin-top:3px;color:#333;font-size:16px;}
